NAME

Paws::MediaConvert::HlsRenditionGroupSettings

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::HlsRenditionGroupSettings object:

$service_obj->Method(Att1 => { RenditionGroupId => $value, ..., RenditionName => $value  });

Results returned from an API call

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

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

DESCRIPTION

Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.

ATTRIBUTES

RenditionGroupId => Str

Optional. Specify alternative group ID

RenditionLanguageCode => Str

Optional. Specify ISO 639-2 or ISO 639-3 code in the language property

RenditionName => Str

Optional. Specify media name

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