Class InputDeviceUhdSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDeviceUhdSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>
@Generated("software.amazon.awssdk:codegen") public final class InputDeviceUhdSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>
Settings that describe the active source from the input device, and the video characteristics of that source.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDeviceUhdSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputDeviceActiveInputactiveInput()If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).StringactiveInputAsString()If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).static InputDeviceUhdSettings.Builderbuilder()InputDeviceCodeccodec()The codec for the video that the device produces.StringcodecAsString()The codec for the video that the device produces.InputDeviceConfiguredInputconfiguredInput()The source at the input device that is currently active.StringconfiguredInputAsString()The source at the input device that is currently active.InputDeviceStatedeviceState()The state of the input device.StringdeviceStateAsString()The state of the input device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Doubleframerate()The frame rate of the video source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerheight()The height of the video source, in pixels.IntegerlatencyMs()The Link device's buffer size (latency) in milliseconds (ms).IntegermaxBitrate()The current maximum bitrate for ingesting this source, in bits per second.InputDeviceMediaConnectSettingsmediaconnectSettings()Information about the MediaConnect flow attached to the device.InputDeviceScanTypescanType()The scan type of the video source.StringscanTypeAsString()The scan type of the video source.List<SdkField<?>>sdkFields()static Class<? extends InputDeviceUhdSettings.Builder>serializableBuilderClass()InputDeviceUhdSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerwidth()The width of the video source, in pixels.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
activeInput
public final InputDeviceActiveInput activeInput()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).If the service returns an enum value that is not available in the current SDK version,
activeInputwill returnInputDeviceActiveInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactiveInputAsString().- Returns:
- If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
- See Also:
InputDeviceActiveInput
-
activeInputAsString
public final String activeInputAsString()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).If the service returns an enum value that is not available in the current SDK version,
activeInputwill returnInputDeviceActiveInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactiveInputAsString().- Returns:
- If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
- See Also:
InputDeviceActiveInput
-
configuredInput
public final InputDeviceConfiguredInput configuredInput()
The source at the input device that is currently active. You can specify this source.If the service returns an enum value that is not available in the current SDK version,
configuredInputwill returnInputDeviceConfiguredInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfiguredInputAsString().- Returns:
- The source at the input device that is currently active. You can specify this source.
- See Also:
InputDeviceConfiguredInput
-
configuredInputAsString
public final String configuredInputAsString()
The source at the input device that is currently active. You can specify this source.If the service returns an enum value that is not available in the current SDK version,
configuredInputwill returnInputDeviceConfiguredInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfiguredInputAsString().- Returns:
- The source at the input device that is currently active. You can specify this source.
- See Also:
InputDeviceConfiguredInput
-
deviceState
public final InputDeviceState deviceState()
The state of the input device.If the service returns an enum value that is not available in the current SDK version,
deviceStatewill returnInputDeviceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceStateAsString().- Returns:
- The state of the input device.
- See Also:
InputDeviceState
-
deviceStateAsString
public final String deviceStateAsString()
The state of the input device.If the service returns an enum value that is not available in the current SDK version,
deviceStatewill returnInputDeviceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceStateAsString().- Returns:
- The state of the input device.
- See Also:
InputDeviceState
-
framerate
public final Double framerate()
The frame rate of the video source.- Returns:
- The frame rate of the video source.
-
height
public final Integer height()
The height of the video source, in pixels.- Returns:
- The height of the video source, in pixels.
-
maxBitrate
public final Integer maxBitrate()
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.- Returns:
- The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
-
scanType
public final InputDeviceScanType scanType()
The scan type of the video source.If the service returns an enum value that is not available in the current SDK version,
scanTypewill returnInputDeviceScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanTypeAsString().- Returns:
- The scan type of the video source.
- See Also:
InputDeviceScanType
-
scanTypeAsString
public final String scanTypeAsString()
The scan type of the video source.If the service returns an enum value that is not available in the current SDK version,
scanTypewill returnInputDeviceScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanTypeAsString().- Returns:
- The scan type of the video source.
- See Also:
InputDeviceScanType
-
width
public final Integer width()
The width of the video source, in pixels.- Returns:
- The width of the video source, in pixels.
-
latencyMs
public final Integer latencyMs()
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.- Returns:
- The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
-
codec
public final InputDeviceCodec codec()
The codec for the video that the device produces.If the service returns an enum value that is not available in the current SDK version,
codecwill returnInputDeviceCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodecAsString().- Returns:
- The codec for the video that the device produces.
- See Also:
InputDeviceCodec
-
codecAsString
public final String codecAsString()
The codec for the video that the device produces.If the service returns an enum value that is not available in the current SDK version,
codecwill returnInputDeviceCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodecAsString().- Returns:
- The codec for the video that the device produces.
- See Also:
InputDeviceCodec
-
mediaconnectSettings
public final InputDeviceMediaConnectSettings mediaconnectSettings()
Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.- Returns:
- Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
-
toBuilder
public InputDeviceUhdSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>
-
builder
public static InputDeviceUhdSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDeviceUhdSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-