Interface TrackSourceSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrackSourceSettings.Builder,TrackSourceSettings>, SdkBuilder<TrackSourceSettings.Builder,TrackSourceSettings>, SdkPojo
Enclosing class:
TrackSourceSettings

public static interface TrackSourceSettings.Builder extends SdkPojo, CopyableBuilder<TrackSourceSettings.Builder,TrackSourceSettings>
  • Method Details

    • trackNumber

      TrackSourceSettings.Builder trackNumber(Integer trackNumber)
      Use this setting to select a single captions track from a source. Track numbers correspond to the order in the captions source file. For IMF sources, track numbering is based on the order that the captions appear in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one track per selector.
      Parameters:
      trackNumber - Use this setting to select a single captions track from a source. Track numbers correspond to the order in the captions source file. For IMF sources, track numbering is based on the order that the captions appear in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one track per selector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.