Package com.amazonaws.ivs.broadcast
Class RemoteStageStream.Layer
java.lang.Object
com.amazonaws.ivs.broadcast.RemoteStageStream.Layer
- Enclosing class:
RemoteStageStream
A remote stage stream layer.
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
Bitrate in bits per second.final int
Framerate in frames per second.final int
Height in pixels.final String
Generic string, derived from the publisher.final boolean
Whether layer is selected.final int
Width in pixels. -
Method Summary
-
Field Details
-
label
Generic string, derived from the publisher. -
bitrate
public final int bitrateBitrate in bits per second. -
width
public final int widthWidth in pixels. -
height
public final int heightHeight in pixels. -
framesPerSecond
public final int framesPerSecondFramerate in frames per second. -
selected
public final boolean selectedWhether layer is selected.
-