Package io.agora.rtc2
Class IRtcEngineEventHandler.VideoLayoutInfo
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo
- Enclosing class:
- IRtcEngineEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe height of the mixed video stream (px).intThe number of layout information in the mixed video stream.The detailed layout information of a mixed video stream.intThe width of the mixed video stream (px). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthThe width of the mixed video stream (px). -
height
public int heightThe height of the mixed video stream (px). -
layoutCount
public int layoutCountThe number of layout information in the mixed video stream. -
layoutList
The detailed layout information of a mixed video stream. See `VideoLayout`.
-
-
Constructor Details
-
VideoLayoutInfo
public VideoLayoutInfo()
-
-
Method Details