Class RemoteStageStream.Layer

java.lang.Object
com.amazonaws.ivs.broadcast.RemoteStageStream.Layer
Enclosing class:
RemoteStageStream

public static class RemoteStageStream.Layer extends Object
A remote stage stream layer.
  • Field Details

    • label

      public final String label
      Generic string, derived from the publisher.
    • bitrate

      public final int bitrate
      Bitrate in bits per second.
    • width

      public final int width
      Width in pixels.
    • height

      public final int height
      Height in pixels.
    • framesPerSecond

      public final int framesPerSecond
      Framerate in frames per second.
    • selected

      public final boolean selected
      Whether layer is selected.