Agora Java API Reference for Android
|
Classes | |
class | TranscodingVideoStream |
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 the video mixing on the local client. 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 video mixing on the local client. See VideoEncoderConfiguration.