|
Agora Java API Reference for Android
|
The configuration of the video mixing on the local client. More...
Classes | |
| class | TranscodingVideoStream |
| The video streams for local video mixing. More... | |
Public Attributes | |
| ArrayList< TranscodingVideoStream > | transcodingVideoStreams |
| boolean | syncWithPrimaryCamera |
| VideoEncoderConfiguration | videoOutputConfiguration |
The configuration of the video mixing on the local client.
| ArrayList<TranscodingVideoStream> io.agora.rtc2.LocalTranscoderConfiguration.transcodingVideoStreams |
The video streams for local video mixing. See TranscodingVideoStream.
| boolean io.agora.rtc2.LocalTranscoderConfiguration.syncWithPrimaryCamera |
Whether to use the timestamp when the primary camera captures the video frame as the timestamp of the mixed video frame.
| VideoEncoderConfiguration io.agora.rtc2.LocalTranscoderConfiguration.videoOutputConfiguration |
The encoding configuration of the mixed video stream after the local video mixing. See VideoEncoderConfiguration.
1.8.18