Agora Java API Reference for Android
|
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 the video mixing on the local client.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.remoteUserUid |
The ID of the remote user.
VIDEO_SOURCE_REMOTE
. Constants.VideoSourceType io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.sourceType |
The source type of video for the video mixing on the local client. See #VIDEO_SOURCE_TYPE.
String io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.imageUrl |
The URL of the image.
VIDEO_SOURCE_RTC_IMAGE_PNG / VIDEO_SOURCE_RTC_IMAGE_JPEG / VIDEO_SOURCE_RTC_IMAGE_GIF
. int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.mediaPlayerId |
MediaPlayer id if sourceType is MEDIA_PLAYER_SOURCE.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.x |
The horizontal displacement of the top-left corner of the video for the video mixing on the client relative to the top-left corner (origin) of the canvas for this video mixing.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.y |
The vertical displacement of the top-left corner of the video for the video mixing on the client relative to the top-left corner (origin) of the canvas for this video mixing.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.width |
The width (px) of the video for the video mixing on the local client.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.height |
The height (px) of the video for the video mixing on the local client.
int io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.zOrder |
The number of the layer to which the video for the video mixing on the local client belongs. The value range is [0,100].
double io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.alpha |
The transparency of the video for the video mixing on the local client. The value range is [0.0,1.0]. 0.0 means the transparency is completely transparent. 1.0 means the transparency is opaque.
boolean io.agora.rtc2.LocalTranscoderConfiguration.TranscodingVideoStream.mirror |
Whether to mirror the video for the video mixing on the local client.
VIDEO_SOURCE_CAMERA_PRIMARY / VIDEO_SOURCE_CAMERA_SECONDARY
.