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
      The width of the mixed video stream (px).
    • height

      public int height
      The height of the mixed video stream (px).
    • layoutCount

      public int layoutCount
      The number of layout information in the mixed video stream.
    • layoutList

      The detailed layout information of a mixed video stream. See `VideoLayout`.
  • Constructor Details

    • VideoLayoutInfo

      public VideoLayoutInfo()
  • Method Details