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 StandardHlsSettings Source #
Standard Hls Settings
See: newStandardHlsSettings
smart constructor.
StandardHlsSettings' | |
|
Instances
newStandardHlsSettings Source #
Create a value of StandardHlsSettings
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:StandardHlsSettings'
, standardHlsSettings_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:m3u8Settings:StandardHlsSettings'
, standardHlsSettings_m3u8Settings
- Undocumented member.
standardHlsSettings_audioRenditionSets :: Lens' StandardHlsSettings (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 ','.
standardHlsSettings_m3u8Settings :: Lens' StandardHlsSettings M3u8Settings Source #
Undocumented member.