AudioTrack Class

Definition

Represents an audio track in the asset.

public class AudioTrack : Azure.ResourceManager.Media.Models.MediaAssetTrackBase
type AudioTrack = class
    inherit MediaAssetTrackBase
Public Class AudioTrack
Inherits MediaAssetTrackBase
Inheritance

Constructors

AudioTrack()

Initializes a new instance of AudioTrack.

Properties

BitRate

The stream bit rate for the audio track.

DashRole

The role for the DASH setting.

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.

Applies to