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 Details

    • 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:
    • 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: