|
Agora Java API Reference for Android
|
The video streams for local video mixing. More...
Public Attributes | |
| int | remoteUserUid |
| Constants.VideoSourceType | sourceType |
| String | imageUrl |
| int | mediaPlayerId |
| int | x |
| int | y |
| int | width |
| int | height |
| int | zOrder |
| double | alpha |
| boolean | mirror |
The video streams for local video mixing.
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.remoteUserUid |
The user ID of the remote user.
VIDEO_SOURCE_REMOTE for local video mixing. | Constants.VideoSourceType io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.sourceType |
The video source type for local video mixing. See VideoSourceType.
| String io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.imageUrl |
The file path of local images. Examples:
/storage/emulated/0/Pictures/image.png | int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.mediaPlayerId |
(Optional) Media player ID. Use the parameter only when you set sourceType to VIDEO_SOURCE_MEDIA_PLAYER.
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.x |
The relative lateral displacement of the top left corner of the video for local video mixing to the origin (the top left corner of the canvas).
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.y |
The relative longitudinal displacement of the top left corner of the captured video to the origin (the top left corner of the canvas).
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.width |
The width (px) of the video for local video mixing on the canvas.
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.height |
The height (px) of the video for local video mixing on the canvas.
| int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.zOrder |
The number of the layer to which the video for the local video mixing belongs. The value range is [0, 100].
| double io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.alpha |
The transparency of the video for local video mixing. The value range is [0.0, 1.0]. 0.0 indicates that the video is completely transparent, and 1.0 indicates that it is opaque.
| boolean io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.mirror |
Whether to mirror the video for the local video mixing.
true: Mirror the video for the local video mixing.false: (Default) Do not mirror the video for the local video mixing.
1.8.18