public static class IRtcEngineEventHandler.VideoLayoutInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
height
height of transcoded video stream.
|
int |
layoutCount
count of video layout info in transcoded video stream.
|
IRtcEngineEventHandler.VideoLayout[] |
layoutList
video layout info in transcoded video stream.
|
int |
width
width of transcoded video stream.
|
Constructor and Description |
---|
VideoLayoutInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int width
public int height
public int layoutCount
public IRtcEngineEventHandler.VideoLayout[] layoutList