AudioCodecSettings

Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required when you set Codec 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 to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode.

Link copied to clipboard

Required when you set Codec to the value AC3.

Link copied to clipboard

Required when you set Codec to the value AIFF.

Link copied to clipboard

Choose the audio codec for this output. Note that the option Dolby Digital 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

Link copied to clipboard

Required when you set Codec to the value EAC3_ATMOS.

Link copied to clipboard

Required when you set Codec to the value EAC3.

Link copied to clipboard

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.

Link copied to clipboard

Required when you set Codec to the value MP2.

Link copied to clipboard

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.

Link copied to clipboard

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.

Link copied to clipboard

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.

Link copied to clipboard

Required when you set Codec to the value WAV.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String