Class InputDeviceHdSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDeviceHdSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>
@Generated("software.amazon.awssdk:codegen") public final class InputDeviceHdSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>
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 interfaceInputDeviceHdSettings.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 InputDeviceHdSettings.Builderbuilder()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.InputDeviceScanTypescanType()The scan type of the video source.StringscanTypeAsString()The scan type of the video source.List<SdkField<?>>sdkFields()static Class<? extends InputDeviceHdSettings.Builder>serializableBuilderClass()InputDeviceHdSettings.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.
-
toBuilder
public InputDeviceHdSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>
-
builder
public static InputDeviceHdSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDeviceHdSettings.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.
-
-