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

Public Member Functions

String toString ()
 

Public Attributes

String channelId
 
int uid
 
String strUid
 
int videoState
 
int x
 
int y
 
int width
 
int height
 

Member Data Documentation

◆ channelId

String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.channelId

Channel Id from which this video stream come from.

◆ uid

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.uid

User id of video stream.

◆ strUid

String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.strUid

User account of video stream.

◆ videoState

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.videoState

video state of video stream on a transcoded video stream canvas. 0 for normal video , 1 for placeholder image showed , 2 for black image.

◆ x

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.x

x coordinate of video stream on a transcoded video stream canvas.

◆ y

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.y

y coordinate of video stream on a transcoded video stream canvas.

◆ width

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.width

width of video stream on a transcoded video stream canvas.

◆ height

int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.height

height of video stream on a transcoded video stream canvas.