Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.MediaConvert.Types.TimedMetadataInsertion
Description
Documentation
data TimedMetadataInsertion Source #
Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
See: newTimedMetadataInsertion
smart constructor.
Constructors
TimedMetadataInsertion' | |
Fields
|
Instances
newTimedMetadataInsertion :: TimedMetadataInsertion Source #
Create a value of TimedMetadataInsertion
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:id3Insertions:TimedMetadataInsertion'
, timedMetadataInsertion_id3Insertions
- Id3Insertions contains the array of Id3Insertion instances.
timedMetadataInsertion_id3Insertions :: Lens' TimedMetadataInsertion (Maybe [Id3Insertion]) Source #
Id3Insertions contains the array of Id3Insertion instances.