NAME
Paws::MediaConvert::AudioCodecSettings
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::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
DESCRIPTION
Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.
ATTRIBUTES
AacSettings => Paws::MediaConvert::AacSettings
Required 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::Ac3Settings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
AiffSettings => Paws::MediaConvert::AiffSettings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.
Codec => Str
Choose 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::Eac3AtmosSettings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3_ATMOS.
Eac3Settings => Paws::MediaConvert::Eac3Settings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3.
Mp2Settings => Paws::MediaConvert::Mp2Settings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
Mp3Settings => Paws::MediaConvert::Mp3Settings
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
OpusSettings => Paws::MediaConvert::OpusSettings
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
VorbisSettings => Paws::MediaConvert::VorbisSettings
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
WavSettings => Paws::MediaConvert::WavSettings
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
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