| 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.AudioHlsRenditionSelection
Description
Documentation
data AudioHlsRenditionSelection Source #
Audio Hls Rendition Selection
See: newAudioHlsRenditionSelection smart constructor.
Constructors
| AudioHlsRenditionSelection' | |
Instances
newAudioHlsRenditionSelection Source #
Arguments
| :: Text | |
| -> Text | |
| -> AudioHlsRenditionSelection |
Create a value of AudioHlsRenditionSelection 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:name:AudioHlsRenditionSelection', audioHlsRenditionSelection_name - Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio
rendition.
$sel:groupId:AudioHlsRenditionSelection', audioHlsRenditionSelection_groupId - Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio
rendition.
audioHlsRenditionSelection_name :: Lens' AudioHlsRenditionSelection Text Source #
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
audioHlsRenditionSelection_groupId :: Lens' AudioHlsRenditionSelection Text Source #
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.