Package io.agora.rtc2

Class IRtcEngineEventHandler.VideoLayoutInfo

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

public static class IRtcEngineEventHandler.VideoLayoutInfo extends Object
  • Field Details

    • width

      public int width
      width of transcoded video stream.
    • height

      public int height
      height of transcoded video stream.
    • layoutCount

      public int layoutCount
      count of video layout info in transcoded video stream.
    • layoutList

      video layout info in transcoded video stream.
  • Constructor Details

    • VideoLayoutInfo

      public VideoLayoutInfo()
  • Method Details