Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo Class Reference

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 Description

Detailed layout information of a mixed video stream.

Member Data Documentation

◆ width

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.width

The width of the mixed video stream (px).

◆ height

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.height

The height of the mixed video stream (px).

◆ layoutCount

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.layoutCount

The number of layout information in the mixed video stream.

◆ layoutList

VideoLayout [] io.agora.rtc2.IRtcEngineEventHandler.VideoLayoutInfo.layoutList

The detailed layout information of a mixed video stream. See VideoLayout.