public static class LocalTranscoderConfiguration.TranscodingVideoStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
alpha
The transparency of the video for the video mixing on the local client.
|
int |
height
The height (px) of the video for the video mixing on the local client.
|
java.lang.String |
imageUrl
The URL of the image.
|
int |
mediaPlayerId
MediaPlayer id if sourceType is MEDIA_PLAYER_SOURCE.
|
boolean |
mirror
Whether to mirror the video for the video mixing on the local client.
|
int |
remoteUserUid
The ID of the remote user.
|
Constants.VideoSourceType |
sourceType
The source type of video for the video mixing on the local client.
|
int |
width
The width (px) of the video for the video mixing on the local client.
|
int |
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 |
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 |
zOrder
The number of the layer to which the video for the video mixing on the local client belongs.
|
Constructor and Description |
---|
TranscodingVideoStream() |
public int remoteUserUid
public Constants.VideoSourceType sourceType
public java.lang.String imageUrl
public int mediaPlayerId
public int x
public int y
public int width
public int height
public int zOrder
public double alpha
public boolean mirror