Interface AudioDolbyEDecode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>,SdkBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>,SdkPojo
- Enclosing class:
- AudioDolbyEDecode
public static interface AudioDolbyEDecode.Builder extends SdkPojo, CopyableBuilder<AudioDolbyEDecode.Builder,AudioDolbyEDecode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioDolbyEDecode.BuilderprogramSelection(String programSelection)Applies only to Dolby E.AudioDolbyEDecode.BuilderprogramSelection(DolbyEProgramSelection programSelection)Applies only to Dolby E.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
programSelection
AudioDolbyEDecode.Builder programSelection(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DolbyEProgramSelection,DolbyEProgramSelection
-
programSelection
AudioDolbyEDecode.Builder programSelection(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DolbyEProgramSelection,DolbyEProgramSelection
-
-