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.AudioTrackDescriptorSelectAudioTrackById
Constructor
SelectAudioTrackById(*, track_id: int, 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". |
track_id
|
Track identifier to select. Required. |
Variables
Name | Description |
---|---|
odata_type
|
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". |
track_id
|
Track identifier to select. Required. |
Azure SDK for Python