AudioTrack Class
Represents an audio track in the asset.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.TrackBaseAudioTrack
Constructor
AudioTrack(*, file_name: str | None = None, display_name: str | None = None, language_code: str | None = None, hls_settings: _models.HlsSettings | None = None, dash_settings: _models.DashSettings | None = None, mpeg4_track_id: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
file_name
|
The file name to the source file. This file is located in the storage container of the asset. |
display_name
|
The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA. |
language_code
|
The RFC5646 language code for the audio track. |
hls_settings
|
The HLS specific setting for the audio track. |
dash_settings
|
The DASH specific setting for the audio track. |
mpeg4_track_id
|
The MPEG-4 audio track ID for the audio track. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
file_name
|
The file name to the source file. This file is located in the storage container of the asset. |
display_name
|
The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA. |
language_code
|
The RFC5646 language code for the audio track. |
hls_settings
|
The HLS specific setting for the audio track. |
dash_settings
|
The DASH specific setting for the audio track. |
mpeg4_track_id
|
The MPEG-4 audio track ID for the audio track. |
bit_rate
|
The stream bit rate for the audio track. |
Azure SDK for Python