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

Public Member Functions

String toString ()
 

Public Attributes

int width
 
int height
 
int layoutCount
 
VideoLayout[] layoutList
 

Member Data Documentation

◆ width

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

width of transcoded video stream.

◆ height

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

height of transcoded video stream.

◆ layoutCount

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

count of video layout info in transcoded video stream.

◆ layoutList

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

video layout info in transcoded video stream.