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, ..., MpdSettings => $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

Settings for MP4 segments in CMAF

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

Settings for TS segments in HLS

MovSettings => Paws::MediaConvert::MovSettings

Settings for MOV Container.

Mp4Settings => Paws::MediaConvert::Mp4Settings

Settings for MP4 container. You can create audio-only AAC outputs with this container.

MpdSettings => Paws::MediaConvert::MpdSettings

Settings for MP4 segments in DASH

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