Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
TrackSourceSettings' | |
|
Instances
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.