Agora C++ API Reference for All Platforms
|
Public Member Functions | |
LocalTranscoderConfiguration () | |
Public Attributes | |
unsigned int | streamCount |
TranscodingVideoStream * | VideoInputStreams |
VideoEncoderConfiguration | videoOutputConfiguration |
bool | syncWithPrimaryCamera |
The configuration of the video mixing on the local client.
|
inline |
unsigned int agora::rtc::LocalTranscoderConfiguration::streamCount |
The number of the video streams for the video mixing on the local client.
TranscodingVideoStream* agora::rtc::LocalTranscoderConfiguration::VideoInputStreams |
The video streams for the video mixing on the local client. See TranscodingVideoStream.
VideoEncoderConfiguration agora::rtc::LocalTranscoderConfiguration::videoOutputConfiguration |
The encoding configuration of the mixed video stream after the video mixing on the local client. See VideoEncoderConfiguration.
bool agora::rtc::LocalTranscoderConfiguration::syncWithPrimaryCamera |
Whether to use the timestamp when the primary camera captures the video frame as the timestamp of the mixed video frame.