public static class IRtcEngineEventHandler.VideoLayout
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
channelId
Channel Id from which this video stream come from.
|
int |
height
height of video stream on a transcoded video stream canvas.
|
java.lang.String |
strUid
User account of video stream.
|
int |
uid
User id of video stream.
|
int |
videoState
video state of video stream on a transcoded video stream canvas.
|
int |
width
width of video stream on a transcoded video stream canvas.
|
int |
x
x coordinate of video stream on a transcoded video stream canvas.
|
int |
y
y coordinate of video stream on a transcoded video stream canvas.
|
Constructor and Description |
---|
VideoLayout() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String channelId
public int uid
public java.lang.String strUid
public int videoState
public int x
public int y
public int width
public int height