Package io.agora.rtc2
Class IRtcEngineEventHandler.VideoLayoutInfo
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo
- Enclosing class:
- IRtcEngineEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionintheight of transcoded video stream.intcount of video layout info in transcoded video stream.video layout info in transcoded video stream.intwidth of transcoded video stream. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthwidth of transcoded video stream. -
height
public int heightheight of transcoded video stream. -
layoutCount
public int layoutCountcount of video layout info in transcoded video stream. -
layoutList
video layout info in transcoded video stream.
-
-
Constructor Details
-
VideoLayoutInfo
public VideoLayoutInfo()
-
-
Method Details