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 TimedMetadataInsertion Source #
Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects.
See: newTimedMetadataInsertion
smart constructor.
TimedMetadataInsertion' | |
|
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.