Coherent UI for Unreal Engine 4  2.5.5.0
A modern user interface library for games
 All Classes Functions Variables Pages
UCoherentMediaRequestHandler Class Reference

#include <CoherentMediaRequestHandler.h>

Inherits UObject.

Public Member Functions

void SelectAudioStream (int32 Index)
 
void SelectVideoStream (int32 Index)
 

Public Attributes

FUIMediaStreamRequest AudioStreamRequest
 
FUIMediaStreamRequest VideoStreamRequest
 

Detailed Description

Handler for user media requests

Exposes events for choosing input audio and video stream.

Member Function Documentation

void UCoherentMediaRequestHandler::SelectAudioStream ( int32  Index)

Choose an audio stream

Parameters
indexthe index in the array given to AudioStreamRequest of the device to use.
void UCoherentMediaRequestHandler::SelectVideoStream ( int32  Index)

Choose a video stream

Parameters
indexthe index in the array given to VideoStreamRequest of the device to use.

Member Data Documentation

FUIMediaStreamRequest UCoherentMediaRequestHandler::AudioStreamRequest

Fired when an audio stream was requests with the list of audio devices

FUIMediaStreamRequest UCoherentMediaRequestHandler::VideoStreamRequest

Fired when an audio stream was requests with the list of video devices