|
Agora Java API Reference for Android
|
Detailed layout information of a mixed video stream. More...
Public Member Functions | |
| String | toString () |
Public Attributes | |
| int | width |
| int | height |
| int | layoutCount |
| VideoLayout[] | layoutList |
Detailed layout information of a mixed video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.width |
The width of the mixed video stream (px).
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.height |
The height of the mixed video stream (px).
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.layoutCount |
The number of layout information in the mixed video stream.
| VideoLayout [] io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.layoutList |
The detailed layout information of a mixed video stream. See VideoLayout.
1.8.18