audioPackingMode property

Input<String?>? audioPackingMode
final

The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

Implementation

final pulumi.Input<String?>? audioPackingMode;