public static class LiveTranscoding.TranscodingUser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
alpha
The transparency level of the user's video that ranges between 0.0 and 1.0.
|
int |
audioChannel
The audio channel ranging between 0 and 5.
|
int |
height
Height of the video frame of the user on the CDN live streaming.
|
int |
uid
ID of the user in the CDN live streaming.
|
java.lang.String |
userId |
int |
width
Width of the video frame of the user on the CDN live streaming.
|
int |
x
Horizontal position of the video frame of the user from the top left corner of the CDN live
streaming.
|
int |
y
Vertical position of the video frame of the user from the top left corner of the CDN live
streaming.
|
int |
zOrder
The layer index of the video frame.
|
Constructor and Description |
---|
TranscodingUser() |
public int uid
public java.lang.String userId
public int x
public int y
public int width
public int height
public int zOrder
Note: If the value is set lower than 0 or higher than 100, the ERR_INVALID_ARGUMENT
error is reported.
public float alpha
public int audioChannel