Aac Audio Args
    data class AacAudioArgs(val bitrate: Output<Int>? = null, val channels: Output<Int>? = null, val label: Output<String>? = null, val odataType: Output<String>, val profile: Output<Either<String, AacAudioProfile>>? = null, val samplingRate: Output<Int>? = null) : ConvertibleToJava<AacAudioArgs> 
Describes Advanced Audio Codec (AAC) audio encoding settings.
Constructors
Link copied to clipboard
                fun AacAudioArgs(bitrate: Output<Int>? = null, channels: Output<Int>? = null, label: Output<String>? = null, odataType: Output<String>, profile: Output<Either<String, AacAudioProfile>>? = null, samplingRate: Output<Int>? = null)