@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDeviceConfigurableSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputDeviceConfigurableSettings() |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceConfigurableSettings |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguredInput()
The input source that you want to use.
|
Integer |
getMaxBitrate()
The maximum bitrate in bits per second.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConfiguredInput(String configuredInput)
The input source that you want to use.
|
void |
setMaxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
String |
toString()
Returns a string representation of this object.
|
InputDeviceConfigurableSettings |
withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
withConfiguredInput(String configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
withMaxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
public void setConfiguredInput(String configuredInput)
configuredInput - The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInputpublic String getConfiguredInput()
InputDeviceConfiguredInputpublic InputDeviceConfigurableSettings withConfiguredInput(String configuredInput)
configuredInput - The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInputpublic InputDeviceConfigurableSettings withConfiguredInput(InputDeviceConfiguredInput configuredInput)
configuredInput - The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInputpublic void setMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.public Integer getMaxBitrate()
public InputDeviceConfigurableSettings withMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.public String toString()
toString in class ObjectObject.toString()public InputDeviceConfigurableSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.