![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElasticTranscoder::CreatePreset - Arguments for method CreatePreset on Paws::ElasticTranscoderDESCRIPTIONThis class represents the parameters used for calling the method CreatePreset on the Amazon Elastic Transcoder service. Use the attributes of this class as arguments to method CreatePreset.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreatePreset. As an example: $service_obj->CreatePreset(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESAudio => Paws::ElasticTranscoder::AudioParametersA section of the request body that specifies the audio parameters.REQUIRED Container => StrThe container type for the output file. Valid values include "flac", "flv", "fmp4", "gif", "mp3", "mp4", "mpg", "mxf", "oga", "ogg", "ts", and "webm".Description => StrA description of the preset.REQUIRED Name => StrThe name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Thumbnails => Paws::ElasticTranscoder::ThumbnailsA section of the request body that specifies the thumbnail parameters, if any.Video => Paws::ElasticTranscoder::VideoParametersA section of the request body that specifies the video parameters.SEE ALSOThis class forms part of Paws, documenting arguments for method CreatePreset in Paws::ElasticTranscoderBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
|