|
Agora C++ API Reference for All Platforms
|
#include <AgoraBase.h>
Public Member Functions | |
| LocalTranscoderConfiguration () | |
Public Attributes | |
| unsigned int | streamCount |
| TranscodingVideoStream * | videoInputStreams |
| VideoEncoderConfiguration | videoOutputConfiguration |
| bool | syncWithPrimaryCamera |
|
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 local video mixing. See TranscodingVideoStream.
| VideoEncoderConfiguration agora::rtc::LocalTranscoderConfiguration::videoOutputConfiguration |
The encoding configuration of the mixed video stream after the local video mixing. 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.