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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
void
setMaxBitrate
(int maxBitrate) Sets the maximum bitrate.void
setMaxFramerate
(int maxFramerate) Sets the maximum framerate.void
setMaxHeight
(int maxHeight) Sets the maximum height.void
setMaxWidth
(int maxWidth) Sets the maximum width.void
setMinBitrate
(int minBitrate) Sets the minimum bitrate.void
setMinFramerate
(int minFramerate) Sets the minimum framerate.void
setMinHeight
(int minHeight) Sets the minimum height.void
setMinWidth
(int minWidth) Sets the minimum width.
-
Constructor Details
-
Method Details
-
getMaxBitrate
public int getMaxBitrate()- Returns:
- The maximum bitrate.
-
setMaxBitrate
public void setMaxBitrate(int maxBitrate) Sets the maximum bitrate.- Parameters:
maxBitrate
-
-
getMinBitrate
public int getMinBitrate()- Returns:
- The minimum bitrate.
-
setMinBitrate
public void setMinBitrate(int minBitrate) Sets the minimum bitrate.- Parameters:
minBitrate
-
-
getMaxFramerate
public int getMaxFramerate()- Returns:
- The maximum framerate.
-
setMaxFramerate
public void setMaxFramerate(int maxFramerate) Sets the maximum framerate.- Parameters:
maxFramerate
-
-
getMinFramerate
public int getMinFramerate()- Returns:
- The minimum framerate.
-
setMinFramerate
public void setMinFramerate(int minFramerate) Sets the minimum framerate.- Parameters:
minFramerate
-
-
getMaxWidth
public int getMaxWidth()- Returns:
- The maximum width.
-
setMaxWidth
public void setMaxWidth(int maxWidth) Sets the maximum width.- Parameters:
maxWidth
-
-
getMinWidth
public int getMinWidth()- Returns:
- The minimum width.
-
setMinWidth
public void setMinWidth(int minWidth) Sets the minimum width.- Parameters:
minWidth
-
-
getMaxHeight
public int getMaxHeight()- Returns:
- The maximum height.
-
setMaxHeight
public void setMaxHeight(int maxHeight) Sets the maximum height.- Parameters:
maxHeight
-
-
getMinHeight
public int getMinHeight()- Returns:
- The minimum height.
-
setMinHeight
public void setMinHeight(int minHeight) Sets the minimum height.- Parameters:
minHeight
-
-