AudioCodec

sealed class AudioCodec

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

Inheritors

Types

Link copied to clipboard
object Aac : AudioCodec
Link copied to clipboard
object Ac3 : AudioCodec
Link copied to clipboard
object Aiff : AudioCodec
Link copied to clipboard
object Companion
Link copied to clipboard
object Eac3 : AudioCodec
Link copied to clipboard
Link copied to clipboard
object Flac : AudioCodec
Link copied to clipboard
object Mp2 : AudioCodec
Link copied to clipboard
object Mp3 : AudioCodec
Link copied to clipboard
object Opus : AudioCodec
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : AudioCodec
Link copied to clipboard
Link copied to clipboard
object Wav : AudioCodec

Properties

Link copied to clipboard
abstract val value: String