|
Agora Java API Reference for Android
|
Layout information of a specific sub-video stream within the mixed stream. More...
Public Member Functions | |
| String | toString () |
Public Attributes | |
| String | channelId |
| int | uid |
| String | strUid |
| int | videoState |
| int | x |
| int | y |
| int | width |
| int | height |
Layout information of a specific sub-video stream within the mixed stream.
| String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.channelId |
The channel name to which the sub-video stream belongs.
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.uid |
User ID who published this sub-video stream.
| String io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.strUid |
Reserved for future use.
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.videoState |
Status of the sub-video stream on the video mixing canvas.
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.x |
X-coordinate (px) of the sub-video stream on the mixing canvas. The relative lateral displacement of the top left corner of the video for video mixing to the origin (the top left corner of the canvas).
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.y |
Y-coordinate (px) of the sub-video stream on the mixing canvas. The relative longitudinal displacement of the top left corner of the captured video to the origin (the top left corner of the canvas).
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.width |
Width (px) of the sub-video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.VideoLayout.height |
Heitht (px) of the sub-video stream.
1.8.18