Package com.amazonaws.ivs.broadcast
Class RemoteStageStream.LayerConstraints
java.lang.Object
com.amazonaws.ivs.broadcast.RemoteStageStream.LayerConstraints
- Enclosing class:
RemoteStageStream
Constraints on remote stage stream layer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the maximum bitrate.intReturns the maximum framerate.intReturns the maximum height.intReturns the maximum width.intReturns the minimum bitrate.intReturns the minimum framerate.intReturns the minimum height.intReturns the minimum width.voidsetMaxBitrate(int maxBitrate) Set the maximum bitrate.voidsetMaxFramerate(int maxFramerate) Set the maximum framerate.voidsetMaxHeight(int maxHeight) Set the maximum height.voidsetMaxWidth(int maxWidth) Set the maximum width.voidsetMinBitrate(int minBitrate) Set the minimum bitrate.voidsetMinFramerate(int minFramerate) Set the minimum framerate.voidsetMinHeight(int minHeight) Set the minimum height.voidsetMinWidth(int minWidth) Set the minimum width.
-
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.
-