AudioTrack interface

Represents an audio track in the asset.

Extends

Properties

bitRate

The stream bit rate for the audio track. NOTE: This property will not be serialized. It can only be populated by the server.

dashSettings

The DASH specific setting for the audio track.

displayName

The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.

fileName

The file name to the source file. This file is located in the storage container of the asset.

hlsSettings

The HLS specific setting for the audio track.

languageCode

The RFC5646 language code for the audio track.

mpeg4TrackId

The MPEG-4 audio track ID for the audio track.

odataType

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

The HLS specific setting for the audio track.

hlsSettings?: HlsSettings

Property Value

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"