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 |
Synopsis
- data HlsOutputSettings = HlsOutputSettings' {}
- newHlsOutputSettings :: HlsSettings -> HlsOutputSettings
- hlsOutputSettings_h265PackagingType :: Lens' HlsOutputSettings (Maybe HlsH265PackagingType)
- hlsOutputSettings_nameModifier :: Lens' HlsOutputSettings (Maybe Text)
- hlsOutputSettings_segmentModifier :: Lens' HlsOutputSettings (Maybe Text)
- hlsOutputSettings_hlsSettings :: Lens' HlsOutputSettings HlsSettings
Documentation
data HlsOutputSettings Source #
Hls Output Settings
See: newHlsOutputSettings
smart constructor.
HlsOutputSettings' | |
|
Instances
Create a value of HlsOutputSettings
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:h265PackagingType:HlsOutputSettings'
, hlsOutputSettings_h265PackagingType
- Only applicable when this output is referencing an H.265 video
description. Specifies whether MP4 segments should be packaged as HEV1
or HVC1.
$sel:nameModifier:HlsOutputSettings'
, hlsOutputSettings_nameModifier
- String concatenated to the end of the destination filename. Accepts
\"Format Identifiers\":#formatIdentifierParameters.
$sel:segmentModifier:HlsOutputSettings'
, hlsOutputSettings_segmentModifier
- String concatenated to end of segment filenames.
$sel:hlsSettings:HlsOutputSettings'
, hlsOutputSettings_hlsSettings
- Settings regarding the underlying stream. These settings are different
for audio-only outputs.
hlsOutputSettings_h265PackagingType :: Lens' HlsOutputSettings (Maybe HlsH265PackagingType) Source #
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
hlsOutputSettings_nameModifier :: Lens' HlsOutputSettings (Maybe Text) Source #
String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
hlsOutputSettings_segmentModifier :: Lens' HlsOutputSettings (Maybe Text) Source #
String concatenated to end of segment filenames.
hlsOutputSettings_hlsSettings :: Lens' HlsOutputSettings HlsSettings Source #
Settings regarding the underlying stream. These settings are different for audio-only outputs.