NAME
Paws::MediaConvert::PresetSettings
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::PresetSettings object:
$service_obj->Method(Att1 => { AudioDescriptions => $value, ..., VideoDescription => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::PresetSettings object:
$result = $service_obj->Method(...);
$result->Att1->AudioDescriptions
DESCRIPTION
Settings for preset
ATTRIBUTES
AudioDescriptions => ArrayRef[Paws::MediaConvert::AudioDescription]
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings.
CaptionDescriptions => ArrayRef[Paws::MediaConvert::CaptionDescriptionPreset]
This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.
ContainerSettings => Paws::MediaConvert::ContainerSettings
Container specific settings.
VideoDescription => Paws::MediaConvert::VideoDescription
VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
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