| 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.StandardHlsSettings
Description
Documentation
data StandardHlsSettings Source #
Standard Hls Settings
See: newStandardHlsSettings smart constructor.
Constructors
| StandardHlsSettings' | |
Fields
| |
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.