Package io.agora.rtc2

Class IRtcEngineEventHandler.VideoLayout

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoLayout
Enclosing class:
IRtcEngineEventHandler

public static class IRtcEngineEventHandler.VideoLayout extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Channel Id from which this video stream come from.
    int
    height of video stream on a transcoded video stream canvas.
    User account of video stream.
    int
    User id of video stream.
    int
    video state of video stream on a transcoded video stream canvas.
    int
    width of video stream on a transcoded video stream canvas.
    int
    x coordinate of video stream on a transcoded video stream canvas.
    int
    y coordinate of video stream on a transcoded video stream canvas.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • channelId

      public String channelId
      Channel Id from which this video stream come from.
    • uid

      public int uid
      User id of video stream.
    • strUid

      public String strUid
      User account of video stream.
    • videoState

      public int 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

      public int x
      x coordinate of video stream on a transcoded video stream canvas.
    • y

      public int y
      y coordinate of video stream on a transcoded video stream canvas.
    • width

      public int width
      width of video stream on a transcoded video stream canvas.
    • height

      public int height
      height of video stream on a transcoded video stream canvas.
  • Constructor Details

    • VideoLayout

      public VideoLayout()
  • Method Details