Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
unsigned int | streamCount |
TranscodingVideoStream * | VideoInputStreams |
VideoEncoderConfiguration | videoOutputConfiguration |
bool | syncWithPrimaryCamera |
The configuration of the video mixing on the local client.
|
inline |
unsigned int streamCount |
The number of the video streams for the video mixing on the local client.
TranscodingVideoStream* VideoInputStreams |
The video streams for the video mixing on the local client. See TranscodingVideoStream.
VideoEncoderConfiguration videoOutputConfiguration |
The encoding configuration of the mixed video stream after the video mixing on the local client. See VideoEncoderConfiguration.
bool syncWithPrimaryCamera |
Whether to use the timestamp when the primary camera captures the video frame as the timestamp of the mixed video frame.