![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConvert::AudioCodecSettings USAGEThis 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::AudioCodecSettings object: $service_obj->Method(Att1 => { AacSettings => $value, ..., WavSettings => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::AudioCodecSettings object: $result = $service_obj->Method(...); $result->Att1->AacSettings DESCRIPTIONSettings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec. ATTRIBUTESAacSettings => Paws::MediaConvert::AacSettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode (rateControlMode) to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality (vbrQuality). In CBR mode, you use the setting Bitrate (bitrate). Defaults and valid values depend on the rate control mode. Ac3Settings => Paws::MediaConvert::Ac3SettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3. AiffSettings => Paws::MediaConvert::AiffSettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF. Codec => StrChoose the audio codec for this output. Note that the option Dolby Digital passthrough (PASSTHROUGH) applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output Eac3AtmosSettings => Paws::MediaConvert::Eac3AtmosSettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3_ATMOS. Eac3Settings => Paws::MediaConvert::Eac3SettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3. Mp2Settings => Paws::MediaConvert::Mp2SettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2. Mp3Settings => Paws::MediaConvert::Mp3SettingsRequired when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3. OpusSettings => Paws::MediaConvert::OpusSettingsRequired when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS. VorbisSettings => Paws::MediaConvert::VorbisSettingsRequired when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis. WavSettings => Paws::MediaConvert::WavSettingsRequired when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConvert BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|