The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::MediaConvert::ContainerSettings

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MediaConvert::ContainerSettings object:

  $service_obj->Method(Att1 => { CmfcSettings => $value, ..., MxfSettings => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::ContainerSettings object:

  $result = $service_obj->Method(...);
  $result->Att1->CmfcSettings

DESCRIPTION

Container specific settings.

ATTRIBUTES

CmfcSettings => Paws::MediaConvert::CmfcSettings

These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.

Container => Str

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

F4vSettings => Paws::MediaConvert::F4vSettings

Settings for F4v container

M2tsSettings => Paws::MediaConvert::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.

M3u8Settings => Paws::MediaConvert::M3u8Settings

These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

MovSettings => Paws::MediaConvert::MovSettings

These settings relate to your QuickTime MOV output container.

Mp4Settings => Paws::MediaConvert::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.

MpdSettings => Paws::MediaConvert::MpdSettings

These settings relate to the fragmented MP4 container for the segments in your DASH outputs.

MxfSettings => Paws::MediaConvert::MxfSettings

These settings relate to your MXF output container.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaConvert

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues