Class RemoteStageStream.LayerConstraints

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

public static class RemoteStageStream.LayerConstraints extends Object
Constraints on remote stage stream layer.
  • Constructor Details

    • LayerConstraints

      public LayerConstraints()
  • Method Details

    • getMaxBitrate

      public int getMaxBitrate()
      Returns the maximum bitrate.
    • setMaxBitrate

      public void setMaxBitrate(int maxBitrate)
      Set the maximum bitrate.
      Parameters:
      maxBitrate - The maximum bitrate.
    • getMinBitrate

      public int getMinBitrate()
      Returns the minimum bitrate.
    • setMinBitrate

      public void setMinBitrate(int minBitrate)
      Set the minimum bitrate.
      Parameters:
      minBitrate - The minimum bitrate.
    • getMaxFramerate

      public int getMaxFramerate()
      Returns the maximum framerate.
    • setMaxFramerate

      public void setMaxFramerate(int maxFramerate)
      Set the maximum framerate.
      Parameters:
      maxFramerate - The maximum framerate.
    • getMinFramerate

      public int getMinFramerate()
      Returns the minimum framerate.
    • setMinFramerate

      public void setMinFramerate(int minFramerate)
      Set the minimum framerate.
      Parameters:
      minFramerate - The minimum framerate.
    • getMaxWidth

      public int getMaxWidth()
      Returns the maximum width.
    • setMaxWidth

      public void setMaxWidth(int maxWidth)
      Set the maximum width.
      Parameters:
      maxWidth - The maximum width.
    • getMinWidth

      public int getMinWidth()
      Returns the minimum width.
    • setMinWidth

      public void setMinWidth(int minWidth)
      Set the minimum width.
      Parameters:
      minWidth - The minimum width.
    • getMaxHeight

      public int getMaxHeight()
      Returns the maximum height.
    • setMaxHeight

      public void setMaxHeight(int maxHeight)
      Set the maximum height.
      Parameters:
      maxHeight - The maximum height.
    • getMinHeight

      public int getMinHeight()
      Returns the minimum height.
    • setMinHeight

      public void setMinHeight(int minHeight)
      Set the minimum height.
      Parameters:
      minHeight - The minimum height.