Class AudioDolbyEDecode
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.AudioDolbyEDecode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>
@Generated("software.amazon.awssdk:codegen") public final class AudioDolbyEDecode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>
Audio Dolby EDecode- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudioDolbyEDecode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AudioDolbyEDecode.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DolbyEProgramSelectionprogramSelection()Applies only to Dolby E.StringprogramSelectionAsString()Applies only to Dolby E.List<SdkField<?>>sdkFields()static Class<? extends AudioDolbyEDecode.Builder>serializableBuilderClass()AudioDolbyEDecode.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
-
programSelection
public final DolbyEProgramSelection programSelection()
Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.If the service returns an enum value that is not available in the current SDK version,
programSelectionwill returnDolbyEProgramSelection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprogramSelectionAsString().- Returns:
- Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
- See Also:
DolbyEProgramSelection
-
programSelectionAsString
public final String programSelectionAsString()
Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.If the service returns an enum value that is not available in the current SDK version,
programSelectionwill returnDolbyEProgramSelection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprogramSelectionAsString().- Returns:
- Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
- See Also:
DolbyEProgramSelection
-
toBuilder
public AudioDolbyEDecode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>
-
builder
public static AudioDolbyEDecode.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudioDolbyEDecode.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.
-
-