Package io.agora.rtc2

Class SimulcastConfig.StreamLayerConfig

java.lang.Object
io.agora.rtc2.SimulcastConfig.StreamLayerConfig
Enclosing class:
SimulcastConfig

public class SimulcastConfig.StreamLayerConfig extends Object
Since:
v4.6.0
  • Field Details

    • dimensions

      Video frame size. See `VideoEncoderConfiguration.VideoDimensions`.
    • framerate

      public int framerate
      Frame rate (fps) of the local video capture. Default is 0.
    • enable

      public boolean enable
      Whether to enable the video stream for the corresponding layer. Default is `false`. - `true`: Enables the video stream for the corresponding layer. - `false`: (Default) Disables the video stream for the corresponding layer.
  • Constructor Details

  • Method Details

    • getFramerate

      public int getFramerate()
    • getDimensionsWidth

      public int getDimensionsWidth()
    • getDimensionsHeight

      public int getDimensionsHeight()
    • isEnabled

      public boolean isEnabled()