Package io.agora.rtc2
Class IRtcEngineEventHandler.VideoLayout
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoLayout
- Enclosing class:
- IRtcEngineEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe channel name to which the sub-video stream belongs.intHeitht (px) of the sub-video stream.Reserved for future use.intUser ID who published this sub-video stream.intStatus of the sub-video stream on the video mixing canvas.intWidth (px) of the sub-video stream.intX-coordinate (px) of the sub-video stream on the mixing canvas.intY-coordinate (px) of the sub-video stream on the mixing canvas. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
channelId
The channel name to which the sub-video stream belongs. -
uid
public int uidUser ID who published this sub-video stream. -
strUid
Reserved for future use. -
videoState
public int videoStateStatus of the sub-video stream on the video mixing canvas. - 0: Normal. The sub-video stream has been rendered onto the mixing canvas. - 1: Placeholder image. The sub-video stream has no video frames and is displayed as a placeholder on the mixing canvas. - 2: Black image. The sub-video stream is replaced by a black image. -
x
public int xX-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). -
y
public int yY-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). -
width
public int widthWidth (px) of the sub-video stream. -
height
public int heightHeitht (px) of the sub-video stream.
-
-
Constructor Details
-
VideoLayout
public VideoLayout()
-
-
Method Details