#include <CoherentMediaRequestHandler.h>
Inherits UObject.
Public Member Functions | |
void | SelectAudioStream (int32 Index) |
void | SelectVideoStream (int32 Index) |
Public Attributes | |
FUIMediaStreamRequest | AudioStreamRequest |
FUIMediaStreamRequest | VideoStreamRequest |
Handler for user media requests
Exposes events for choosing input audio and video stream.
void UCoherentMediaRequestHandler::SelectAudioStream | ( | int32 | Index | ) |
Choose an audio stream
index | the index in the array given to AudioStreamRequest of the device to use. |
void UCoherentMediaRequestHandler::SelectVideoStream | ( | int32 | Index | ) |
Choose a video stream
index | the index in the array given to VideoStreamRequest of the device to use. |
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