Sdílet prostřednictvím


TextTrack Class

Definition

Represents a text track in an asset. A text track is usually used for sparse data related to the audio or video tracks.

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

Constructors

TextTrack()

Initializes a new instance of TextTrack.

Properties

DisplayName

The display name of the text 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 text track.

LanguageCode

The RFC5646 language code for the text track.

PlayerVisibility

When PlayerVisibility is set to "Visible", the text track will be present in the DASH manifest or HLS playlist when requested by a client. When the PlayerVisibility is set to "Hidden", the text will not be available to the client. The default value is "Visible".

Applies to