Audio Stream Args
constructor(bitrateBps: Output<Int>, channelCount: Output<Int>? = null, channelLayout: Output<List<String>>? = null, codec: Output<String>? = null, displayName: Output<String>? = null, languageCode: Output<String>? = null, mapping: Output<List<AudioMappingArgs>>? = null, sampleRateHertz: Output<Int>? = null)