Class InputDeviceConfigurableAudioChannelPairConfig
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDeviceConfigurableAudioChannelPairConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,InputDeviceConfigurableAudioChannelPairConfig>
@Generated("software.amazon.awssdk:codegen") public final class InputDeviceConfigurableAudioChannelPairConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,InputDeviceConfigurableAudioChannelPairConfig>
One audio configuration that specifies the format for one audio pair that the device produces as output.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDeviceConfigurableAudioChannelPairConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDeviceConfigurableAudioChannelPairConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerid()The ID for one audio pair configuration, a value from 1 to 8.InputDeviceConfigurableAudioChannelPairProfileprofile()The profile to set for one audio pair configuration.StringprofileAsString()The profile to set for one audio pair configuration.List<SdkField<?>>sdkFields()static Class<? extends InputDeviceConfigurableAudioChannelPairConfig.Builder>serializableBuilderClass()InputDeviceConfigurableAudioChannelPairConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
id
public final Integer id()
The ID for one audio pair configuration, a value from 1 to 8.- Returns:
- The ID for one audio pair configuration, a value from 1 to 8.
-
profile
public final InputDeviceConfigurableAudioChannelPairProfile profile()
The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.If the service returns an enum value that is not available in the current SDK version,
profilewill returnInputDeviceConfigurableAudioChannelPairProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileAsString().- Returns:
- The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.
- See Also:
InputDeviceConfigurableAudioChannelPairProfile
-
profileAsString
public final String profileAsString()
The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.If the service returns an enum value that is not available in the current SDK version,
profilewill returnInputDeviceConfigurableAudioChannelPairProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileAsString().- Returns:
- The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.
- See Also:
InputDeviceConfigurableAudioChannelPairProfile
-
toBuilder
public InputDeviceConfigurableAudioChannelPairConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,InputDeviceConfigurableAudioChannelPairConfig>
-
builder
public static InputDeviceConfigurableAudioChannelPairConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDeviceConfigurableAudioChannelPairConfig.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.
-
-