@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDeviceHdSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputDeviceHdSettings() |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceHdSettings |
clone() |
boolean |
equals(Object obj) |
String |
getActiveInput()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
String |
getConfiguredInput()
The source at the input device that is currently active.
|
String |
getDeviceState()
The state of the input device.
|
Double |
getFramerate()
The frame rate of the video source.
|
Integer |
getHeight()
The height of the video source, in pixels.
|
Integer |
getLatencyMs()
The Link device's buffer size (latency) in milliseconds (ms).
|
Integer |
getMaxBitrate()
The current maximum bitrate for ingesting this source, in bits per second.
|
String |
getScanType()
The scan type of the video source.
|
Integer |
getWidth()
The width of the video source, in pixels.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActiveInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
void |
setConfiguredInput(String configuredInput)
The source at the input device that is currently active.
|
void |
setDeviceState(String deviceState)
The state of the input device.
|
void |
setFramerate(Double framerate)
The frame rate of the video source.
|
void |
setHeight(Integer height)
The height of the video source, in pixels.
|
void |
setLatencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
void |
setMaxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
void |
setScanType(String scanType)
The scan type of the video source.
|
void |
setWidth(Integer width)
The width of the video source, in pixels.
|
String |
toString()
Returns a string representation of this object.
|
InputDeviceHdSettings |
withActiveInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceHdSettings |
withActiveInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceHdSettings |
withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings |
withConfiguredInput(String configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings |
withDeviceState(InputDeviceState deviceState)
The state of the input device.
|
InputDeviceHdSettings |
withDeviceState(String deviceState)
The state of the input device.
|
InputDeviceHdSettings |
withFramerate(Double framerate)
The frame rate of the video source.
|
InputDeviceHdSettings |
withHeight(Integer height)
The height of the video source, in pixels.
|
InputDeviceHdSettings |
withLatencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceHdSettings |
withMaxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceHdSettings |
withScanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceHdSettings |
withScanType(String scanType)
The scan type of the video source.
|
InputDeviceHdSettings |
withWidth(Integer width)
The width of the video source, in pixels.
|
public void setActiveInput(String activeInput)
activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).InputDeviceActiveInputpublic String getActiveInput()
InputDeviceActiveInputpublic InputDeviceHdSettings withActiveInput(String activeInput)
activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).InputDeviceActiveInputpublic InputDeviceHdSettings withActiveInput(InputDeviceActiveInput activeInput)
activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).InputDeviceActiveInputpublic void setConfiguredInput(String configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInputpublic String getConfiguredInput()
InputDeviceConfiguredInputpublic InputDeviceHdSettings withConfiguredInput(String configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInputpublic InputDeviceHdSettings withConfiguredInput(InputDeviceConfiguredInput configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInputpublic void setDeviceState(String deviceState)
deviceState - The state of the input device.InputDeviceStatepublic String getDeviceState()
InputDeviceStatepublic InputDeviceHdSettings withDeviceState(String deviceState)
deviceState - The state of the input device.InputDeviceStatepublic InputDeviceHdSettings withDeviceState(InputDeviceState deviceState)
deviceState - The state of the input device.InputDeviceStatepublic void setFramerate(Double framerate)
framerate - The frame rate of the video source.public Double getFramerate()
public InputDeviceHdSettings withFramerate(Double framerate)
framerate - The frame rate of the video source.public void setHeight(Integer height)
height - The height of the video source, in pixels.public Integer getHeight()
public InputDeviceHdSettings withHeight(Integer height)
height - The height of the video source, in pixels.public void setMaxBitrate(Integer maxBitrate)
maxBitrate - The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.public Integer getMaxBitrate()
public InputDeviceHdSettings withMaxBitrate(Integer maxBitrate)
maxBitrate - The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.public void setScanType(String scanType)
scanType - The scan type of the video source.InputDeviceScanTypepublic String getScanType()
InputDeviceScanTypepublic InputDeviceHdSettings withScanType(String scanType)
scanType - The scan type of the video source.InputDeviceScanTypepublic InputDeviceHdSettings withScanType(InputDeviceScanType scanType)
scanType - The scan type of the video source.InputDeviceScanTypepublic void setWidth(Integer width)
width - The width of the video source, in pixels.public Integer getWidth()
public InputDeviceHdSettings withWidth(Integer width)
width - The width of the video source, in pixels.public void setLatencyMs(Integer latencyMs)
latencyMs - The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.public Integer getLatencyMs()
public InputDeviceHdSettings withLatencyMs(Integer latencyMs)
latencyMs - The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.public String toString()
toString in class ObjectObject.toString()public InputDeviceHdSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.