libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.TrackSourceSettings

Description

 
Synopsis

Documentation

data TrackSourceSettings Source #

Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.

See: newTrackSourceSettings smart constructor.

Constructors

TrackSourceSettings' 

Fields

  • trackNumber :: Maybe Natural

    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.

Instances

Instances details
Eq TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

Read TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

Show TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

Generic TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

Associated Types

type Rep TrackSourceSettings :: Type -> Type #

NFData TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

Methods

rnf :: TrackSourceSettings -> () #

Hashable TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

ToJSON TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

FromJSON TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

type Rep TrackSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TrackSourceSettings

type Rep TrackSourceSettings = D1 ('MetaData "TrackSourceSettings" "Amazonka.MediaConvert.Types.TrackSourceSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "TrackSourceSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newTrackSourceSettings :: TrackSourceSettings Source #

Create a value of TrackSourceSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:trackNumber:TrackSourceSettings', trackSourceSettings_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.

trackSourceSettings_trackNumber :: Lens' TrackSourceSettings (Maybe Natural) Source #

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.