AudioTrack interface
Represents an audio track in the asset.
- Extends
Properties
bit |
The stream bit rate for the audio track. NOTE: This property will not be serialized. It can only be populated by the server. |
dash |
The DASH specific setting for the audio track. |
display |
The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA. |
file |
The file name to the source file. This file is located in the storage container of the asset. |
hls |
The HLS specific setting for the audio track. |
language |
The RFC5646 language code for the audio track. |
mpeg4Track |
The MPEG-4 audio track ID for the audio track. |
odata |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
bitRate
The stream bit rate for the audio track. NOTE: This property will not be serialized. It can only be populated by the server.
bitRate?: number
Property Value
number
dashSettings
The DASH specific setting for the audio track.
dashSettings?: DashSettings
Property Value
displayName
The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.
displayName?: string
Property Value
string
fileName
The file name to the source file. This file is located in the storage container of the asset.
fileName?: string
Property Value
string
hlsSettings
languageCode
The RFC5646 language code for the audio track.
languageCode?: string
Property Value
string
mpeg4TrackId
The MPEG-4 audio track ID for the audio track.
mpeg4TrackId?: number
Property Value
number
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.AudioTrack"
Property Value
"#Microsoft.Media.AudioTrack"