@Generated(value="software.amazon.awssdk:codegen") public final class InputDeviceUhdSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDeviceUhdSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceActiveInput |
activeInput()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
String |
activeInputAsString()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
static InputDeviceUhdSettings.Builder |
builder() |
InputDeviceConfiguredInput |
configuredInput()
The source at the input device that is currently active.
|
String |
configuredInputAsString()
The source at the input device that is currently active.
|
InputDeviceState |
deviceState()
The state of the input device.
|
String |
deviceStateAsString()
The state of the input device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Double |
framerate()
The frame rate of the video source.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
The height of the video source, in pixels.
|
Integer |
maxBitrate()
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceScanType |
scanType()
The scan type of the video source.
|
String |
scanTypeAsString()
The scan type of the video source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDeviceUhdSettings.Builder> |
serializableBuilderClass() |
InputDeviceUhdSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
The width of the video source, in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InputDeviceActiveInput activeInput()
If the service returns an enum value that is not available in the current SDK version, activeInput will
return InputDeviceActiveInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from activeInputAsString().
InputDeviceActiveInputpublic final String activeInputAsString()
If the service returns an enum value that is not available in the current SDK version, activeInput will
return InputDeviceActiveInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from activeInputAsString().
InputDeviceActiveInputpublic final InputDeviceConfiguredInput configuredInput()
If the service returns an enum value that is not available in the current SDK version, configuredInput
will return InputDeviceConfiguredInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from configuredInputAsString().
InputDeviceConfiguredInputpublic final String configuredInputAsString()
If the service returns an enum value that is not available in the current SDK version, configuredInput
will return InputDeviceConfiguredInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from configuredInputAsString().
InputDeviceConfiguredInputpublic final InputDeviceState deviceState()
If the service returns an enum value that is not available in the current SDK version, deviceState will
return InputDeviceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
deviceStateAsString().
InputDeviceStatepublic final String deviceStateAsString()
If the service returns an enum value that is not available in the current SDK version, deviceState will
return InputDeviceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
deviceStateAsString().
InputDeviceStatepublic final Double framerate()
public final Integer height()
public final Integer maxBitrate()
public final InputDeviceScanType scanType()
If the service returns an enum value that is not available in the current SDK version, scanType will
return InputDeviceScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scanTypeAsString().
InputDeviceScanTypepublic final String scanTypeAsString()
If the service returns an enum value that is not available in the current SDK version, scanType will
return InputDeviceScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scanTypeAsString().
InputDeviceScanTypepublic final Integer width()
public InputDeviceUhdSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>public static InputDeviceUhdSettings.Builder builder()
public static Class<? extends InputDeviceUhdSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.