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
Documentation
data MsSmoothOutputSettings Source #
Ms Smooth Output Settings
See: newMsSmoothOutputSettings
smart constructor.
MsSmoothOutputSettings' | |
|
Instances
newMsSmoothOutputSettings :: MsSmoothOutputSettings Source #
Create a value of MsSmoothOutputSettings
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:MsSmoothOutputSettings'
, msSmoothOutputSettings_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:MsSmoothOutputSettings'
, msSmoothOutputSettings_nameModifier
- String concatenated to the end of the destination filename. Required for
multiple outputs of the same type.
msSmoothOutputSettings_h265PackagingType :: Lens' MsSmoothOutputSettings (Maybe MsSmoothH265PackagingType) Source #
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
msSmoothOutputSettings_nameModifier :: Lens' MsSmoothOutputSettings (Maybe Text) Source #
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.