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 |
Synopsis
- data HlsRenditionGroupSettings = HlsRenditionGroupSettings' {}
- newHlsRenditionGroupSettings :: HlsRenditionGroupSettings
- hlsRenditionGroupSettings_renditionName :: Lens' HlsRenditionGroupSettings (Maybe Text)
- hlsRenditionGroupSettings_renditionGroupId :: Lens' HlsRenditionGroupSettings (Maybe Text)
- hlsRenditionGroupSettings_renditionLanguageCode :: Lens' HlsRenditionGroupSettings (Maybe LanguageCode)
Documentation
data HlsRenditionGroupSettings Source #
Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.
See: newHlsRenditionGroupSettings
smart constructor.
HlsRenditionGroupSettings' | |
|
Instances
newHlsRenditionGroupSettings :: HlsRenditionGroupSettings Source #
Create a value of HlsRenditionGroupSettings
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:renditionName:HlsRenditionGroupSettings'
, hlsRenditionGroupSettings_renditionName
- Optional. Specify media name
$sel:renditionGroupId:HlsRenditionGroupSettings'
, hlsRenditionGroupSettings_renditionGroupId
- Optional. Specify alternative group ID
$sel:renditionLanguageCode:HlsRenditionGroupSettings'
, hlsRenditionGroupSettings_renditionLanguageCode
- Optional. Specify ISO 639-2 or ISO 639-3 code in the language property
hlsRenditionGroupSettings_renditionName :: Lens' HlsRenditionGroupSettings (Maybe Text) Source #
Optional. Specify media name
hlsRenditionGroupSettings_renditionGroupId :: Lens' HlsRenditionGroupSettings (Maybe Text) Source #
Optional. Specify alternative group ID
hlsRenditionGroupSettings_renditionLanguageCode :: Lens' HlsRenditionGroupSettings (Maybe LanguageCode) Source #
Optional. Specify ISO 639-2 or ISO 639-3 code in the language property