AudioTrackDescriptor Class

A TrackSelection to select audio tracks.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: SelectAudioTrackByAttribute, SelectAudioTrackById

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.media.models._models_py3.TrackDescriptor
AudioTrackDescriptor

Constructor

AudioTrackDescriptor(*, channel_mapping: str | _models.ChannelMapping | None = None, **kwargs)

Keyword-Only Parameters

Name Description
channel_mapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. Known values are: "FrontLeft", "FrontRight", "Center", "LowFrequencyEffects", "BackLeft", "BackRight", "StereoLeft", and "StereoRight".

Variables

Name Description
odata_type
str

The discriminator for derived types. Required.

channel_mapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. Known values are: "FrontLeft", "FrontRight", "Center", "LowFrequencyEffects", "BackLeft", "BackRight", "StereoLeft", and "StereoRight".