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 ContainerSettings = ContainerSettings' {}
- newContainerSettings :: ContainerSettings
- containerSettings_m2tsSettings :: Lens' ContainerSettings (Maybe M2tsSettings)
- containerSettings_mxfSettings :: Lens' ContainerSettings (Maybe MxfSettings)
- containerSettings_m3u8Settings :: Lens' ContainerSettings (Maybe M3u8Settings)
- containerSettings_cmfcSettings :: Lens' ContainerSettings (Maybe CmfcSettings)
- containerSettings_movSettings :: Lens' ContainerSettings (Maybe MovSettings)
- containerSettings_mp4Settings :: Lens' ContainerSettings (Maybe Mp4Settings)
- containerSettings_mpdSettings :: Lens' ContainerSettings (Maybe MpdSettings)
- containerSettings_container :: Lens' ContainerSettings (Maybe ContainerType)
- containerSettings_f4vSettings :: Lens' ContainerSettings (Maybe F4vSettings)
Documentation
data ContainerSettings Source #
Container specific settings.
See: newContainerSettings
smart constructor.
ContainerSettings' | |
|
Instances
newContainerSettings :: ContainerSettings Source #
Create a value of ContainerSettings
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:m2tsSettings:ContainerSettings'
, containerSettings_m2tsSettings
- MPEG-2 TS container settings. These apply to outputs in a File output
group when the output's container (ContainerType) is MPEG-2 Transport
Stream (M2TS). In these assets, data is organized by the program map
table (PMT). Each transport stream program contains subsets of data,
including audio, video, and metadata. Each of these subsets of data has
a numerical label called a packet identifier (PID). Each transport
stream program corresponds to one MediaConvert output. The PMT lists the
types of data in a program along with their PID. Downstream systems and
players use the program map table to look up the PID for each type of
data it accesses and then uses the PIDs to locate specific data within
the asset.
$sel:mxfSettings:ContainerSettings'
, containerSettings_mxfSettings
- These settings relate to your MXF output container.
$sel:m3u8Settings:ContainerSettings'
, containerSettings_m3u8Settings
- These settings relate to the MPEG-2 transport stream (MPEG2-TS)
container for the MPEG2-TS segments in your HLS outputs.
$sel:cmfcSettings:ContainerSettings'
, containerSettings_cmfcSettings
- These settings relate to the fragmented MP4 container for the segments
in your CMAF outputs.
$sel:movSettings:ContainerSettings'
, containerSettings_movSettings
- These settings relate to your QuickTime MOV output container.
$sel:mp4Settings:ContainerSettings'
, containerSettings_mp4Settings
- These settings relate to your MP4 output container. You can create audio
only outputs with this container. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
$sel:mpdSettings:ContainerSettings'
, containerSettings_mpdSettings
- These settings relate to the fragmented MP4 container for the segments
in your DASH outputs.
$sel:container:ContainerSettings'
, containerSettings_container
- Container for this output. Some containers require a container settings
object. If not specified, the default object will be created.
$sel:f4vSettings:ContainerSettings'
, containerSettings_f4vSettings
- Settings for F4v container
containerSettings_m2tsSettings :: Lens' ContainerSettings (Maybe M2tsSettings) Source #
MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.
containerSettings_mxfSettings :: Lens' ContainerSettings (Maybe MxfSettings) Source #
These settings relate to your MXF output container.
containerSettings_m3u8Settings :: Lens' ContainerSettings (Maybe M3u8Settings) Source #
These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
containerSettings_cmfcSettings :: Lens' ContainerSettings (Maybe CmfcSettings) Source #
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
containerSettings_movSettings :: Lens' ContainerSettings (Maybe MovSettings) Source #
These settings relate to your QuickTime MOV output container.
containerSettings_mp4Settings :: Lens' ContainerSettings (Maybe Mp4Settings) Source #
These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
containerSettings_mpdSettings :: Lens' ContainerSettings (Maybe MpdSettings) Source #
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
containerSettings_container :: Lens' ContainerSettings (Maybe ContainerType) Source #
Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
containerSettings_f4vSettings :: Lens' ContainerSettings (Maybe F4vSettings) Source #
Settings for F4v container