Agora Java API Reference for Android
|
Public Member Functions | |
String | toString () |
Public Attributes | |
String | channelId |
int | uid |
String | strUid |
int | videoState |
int | x |
int | y |
int | width |
int | height |
String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.channelId |
Channel Id from which this video stream come from.
int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.uid |
User id of video stream.
String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.strUid |
User account of video stream.
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.
int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.x |
x coordinate of video stream on a transcoded video stream canvas.
int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.y |
y coordinate of video stream on a transcoded video stream canvas.
int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.width |
width of video stream on a transcoded video stream canvas.
int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.height |
height of video stream on a transcoded video stream canvas.