| 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.MediaLive.Types.Fmp4HlsSettings
Description
Synopsis
- data Fmp4HlsSettings = Fmp4HlsSettings' {}
- newFmp4HlsSettings :: Fmp4HlsSettings
- fmp4HlsSettings_audioRenditionSets :: Lens' Fmp4HlsSettings (Maybe Text)
- fmp4HlsSettings_nielsenId3Behavior :: Lens' Fmp4HlsSettings (Maybe Fmp4NielsenId3Behavior)
- fmp4HlsSettings_timedMetadataBehavior :: Lens' Fmp4HlsSettings (Maybe Fmp4TimedMetadataBehavior)
Documentation
data Fmp4HlsSettings Source #
Fmp4 Hls Settings
See: newFmp4HlsSettings smart constructor.
Constructors
| Fmp4HlsSettings' | |
Fields
| |
Instances
newFmp4HlsSettings :: Fmp4HlsSettings Source #
Create a value of Fmp4HlsSettings 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:audioRenditionSets:Fmp4HlsSettings', fmp4HlsSettings_audioRenditionSets - List all the audio groups that are used with the video output stream.
Input all the audio GROUP-IDs that are associated to the video, separate
by ','.
$sel:nielsenId3Behavior:Fmp4HlsSettings', fmp4HlsSettings_nielsenId3Behavior - If set to passthrough, Nielsen inaudible tones for media tracking will
be detected in the input audio and an equivalent ID3 tag will be
inserted in the output.
$sel:timedMetadataBehavior:Fmp4HlsSettings', fmp4HlsSettings_timedMetadataBehavior - When set to passthrough, timed metadata is passed through from input to
output.
fmp4HlsSettings_audioRenditionSets :: Lens' Fmp4HlsSettings (Maybe Text) Source #
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
fmp4HlsSettings_nielsenId3Behavior :: Lens' Fmp4HlsSettings (Maybe Fmp4NielsenId3Behavior) Source #
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
fmp4HlsSettings_timedMetadataBehavior :: Lens' Fmp4HlsSettings (Maybe Fmp4TimedMetadataBehavior) Source #
When set to passthrough, timed metadata is passed through from input to output.