SelectAudioTrackById Class

Select audio tracks from the input by specifying a track identifier.

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

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

Constructor

SelectAudioTrackById(*, track_id: int, channel_mapping: Optional[Union[str, _models.ChannelMapping]] = None, **kwargs)

Variables

odata_type
str

Required. The discriminator for derived types.Constant filled by server.

channel_mapping
str or ChannelMapping

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", "StereoRight".

track_id
<xref:long>

Required. Track identifier to select.