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 PresetSettings = PresetSettings' {}
- newPresetSettings :: PresetSettings
- presetSettings_captionDescriptions :: Lens' PresetSettings (Maybe [CaptionDescriptionPreset])
- presetSettings_videoDescription :: Lens' PresetSettings (Maybe VideoDescription)
- presetSettings_containerSettings :: Lens' PresetSettings (Maybe ContainerSettings)
- presetSettings_audioDescriptions :: Lens' PresetSettings (Maybe [AudioDescription])
Documentation
data PresetSettings Source #
Settings for preset
See: newPresetSettings
smart constructor.
PresetSettings' | |
|
Instances
newPresetSettings :: PresetSettings Source #
Create a value of PresetSettings
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:captionDescriptions:PresetSettings'
, presetSettings_captionDescriptions
- This object holds groups of settings related to captions for one output.
For each output that has captions, include one instance of
CaptionDescriptions.
$sel:videoDescription:PresetSettings'
, presetSettings_videoDescription
- VideoDescription contains a group of video encoding settings. The
specific video settings depend on the video codec that you choose for
the property codec. Include one instance of VideoDescription per output.
$sel:containerSettings:PresetSettings'
, presetSettings_containerSettings
- Container specific settings.
$sel:audioDescriptions:PresetSettings'
, presetSettings_audioDescriptions
- (AudioDescriptions) contains groups of audio encoding settings organized
by audio codec. Include one instance of (AudioDescriptions) per output.
(AudioDescriptions) can contain multiple groups of encoding settings.
presetSettings_captionDescriptions :: Lens' PresetSettings (Maybe [CaptionDescriptionPreset]) Source #
This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.
presetSettings_videoDescription :: Lens' PresetSettings (Maybe VideoDescription) Source #
VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
presetSettings_containerSettings :: Lens' PresetSettings (Maybe ContainerSettings) Source #
Container specific settings.
presetSettings_audioDescriptions :: Lens' PresetSettings (Maybe [AudioDescription]) Source #
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings.