@Generated(value="software.amazon.awssdk:codegen") public final class InputDeviceConfigurableSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceConfigurableSettings.Builder,InputDeviceConfigurableSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDeviceConfigurableSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputDeviceConfigurableSettings.Builder |
builder() |
InputDeviceCodec |
codec()
Choose the codec for the video that the device produces.
|
String |
codecAsString()
Choose the codec for the video that the device produces.
|
InputDeviceConfiguredInput |
configuredInput()
The input source that you want to use.
|
String |
configuredInputAsString()
The input source that you want to use.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
latencyMs()
The Link device's buffer size (latency) in milliseconds (ms).
|
Integer |
maxBitrate()
The maximum bitrate in bits per second.
|
InputDeviceMediaConnectConfigurableSettings |
mediaconnectSettings()
To attach this device to a MediaConnect flow, specify these parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDeviceConfigurableSettings.Builder> |
serializableBuilderClass() |
InputDeviceConfigurableSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Integer maxBitrate()
public final Integer latencyMs()
public final InputDeviceCodec codec()
If the service returns an enum value that is not available in the current SDK version, codec will return
InputDeviceCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecAsString().
InputDeviceCodecpublic final String codecAsString()
If the service returns an enum value that is not available in the current SDK version, codec will return
InputDeviceCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecAsString().
InputDeviceCodecpublic final InputDeviceMediaConnectConfigurableSettings mediaconnectSettings()
public InputDeviceConfigurableSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDeviceConfigurableSettings.Builder,InputDeviceConfigurableSettings>public static InputDeviceConfigurableSettings.Builder builder()
public static Class<? extends InputDeviceConfigurableSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.