Class InputDeviceUhdAudioChannelPairConfig
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDeviceUhdAudioChannelPairConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>
@Generated("software.amazon.awssdk:codegen") public final class InputDeviceUhdAudioChannelPairConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>
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 interfaceInputDeviceUhdAudioChannelPairConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDeviceUhdAudioChannelPairConfig.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.InputDeviceUhdAudioChannelPairProfileprofile()The profile for one audio pair configuration.StringprofileAsString()The profile for one audio pair configuration.List<SdkField<?>>sdkFields()static Class<? extends InputDeviceUhdAudioChannelPairConfig.Builder>serializableBuilderClass()InputDeviceUhdAudioChannelPairConfig.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 InputDeviceUhdAudioChannelPairProfile profile()
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or 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 returnInputDeviceUhdAudioChannelPairProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileAsString().- Returns:
- The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
- See Also:
InputDeviceUhdAudioChannelPairProfile
-
profileAsString
public final String profileAsString()
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or 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 returnInputDeviceUhdAudioChannelPairProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileAsString().- Returns:
- The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
- See Also:
InputDeviceUhdAudioChannelPairProfile
-
toBuilder
public InputDeviceUhdAudioChannelPairConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>
-
builder
public static InputDeviceUhdAudioChannelPairConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDeviceUhdAudioChannelPairConfig.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.
-
-