Package io.agora.rtc2
Class IRtcEngineEventHandler.VideoLayout
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoLayout
- Enclosing class:
- IRtcEngineEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionChannel Id from which this video stream come from.intheight of video stream on a transcoded video stream canvas.User account of video stream.intUser id of video stream.intvideo state of video stream on a transcoded video stream canvas.intwidth of video stream on a transcoded video stream canvas.intx coordinate of video stream on a transcoded video stream canvas.inty coordinate of video stream on a transcoded video stream canvas. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
channelId
Channel Id from which this video stream come from. -
uid
public int uidUser id of video stream. -
strUid
User account of video stream. -
videoState
public int videoStatevideo state of video stream on a transcoded video stream canvas. 0 for normal video , 1 for placeholder image showed , 2 for black image. -
x
public int xx coordinate of video stream on a transcoded video stream canvas. -
y
public int yy coordinate of video stream on a transcoded video stream canvas. -
width
public int widthwidth of video stream on a transcoded video stream canvas. -
height
public int heightheight of video stream on a transcoded video stream canvas.
-
-
Constructor Details
-
VideoLayout
public VideoLayout()
-
-
Method Details