| 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.MultiplexVideoSettings
Description
Synopsis
- data MultiplexVideoSettings = MultiplexVideoSettings' {}
- newMultiplexVideoSettings :: MultiplexVideoSettings
- multiplexVideoSettings_constantBitrate :: Lens' MultiplexVideoSettings (Maybe Natural)
- multiplexVideoSettings_statmuxSettings :: Lens' MultiplexVideoSettings (Maybe MultiplexStatmuxVideoSettings)
Documentation
data MultiplexVideoSettings Source #
The video configuration for each program in a multiplex.
See: newMultiplexVideoSettings smart constructor.
Constructors
| MultiplexVideoSettings' | |
Fields
| |
Instances
newMultiplexVideoSettings :: MultiplexVideoSettings Source #
Create a value of MultiplexVideoSettings 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:constantBitrate:MultiplexVideoSettings', multiplexVideoSettings_constantBitrate - The constant bitrate configuration for the video encode. When this field
is defined, StatmuxSettings must be undefined.
$sel:statmuxSettings:MultiplexVideoSettings', multiplexVideoSettings_statmuxSettings - Statmux rate control settings. When this field is defined,
ConstantBitrate must be undefined.
multiplexVideoSettings_constantBitrate :: Lens' MultiplexVideoSettings (Maybe Natural) Source #
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.
multiplexVideoSettings_statmuxSettings :: Lens' MultiplexVideoSettings (Maybe MultiplexStatmuxVideoSettings) Source #
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.