Table of Contents

Interface IAudioTrack

Namespace
AngleSharp.Media.Dom
Assembly
AngleSharp.dll

Represents an audio track.

[DomName("AudioTrack")]
public interface IAudioTrack
Extension Methods

Properties

Id

Gets the id of the audio track.

[DomName("id")]
string? Id { get; }

Property Value

string

IsEnabled

Gets or sets if the track is enabled.

[DomName("enabled")]
bool IsEnabled { get; set; }

Property Value

bool

Kind

Gets the kind of audio track.

[DomName("kind")]
string? Kind { get; }

Property Value

string

Label

Gets the label of the track.

[DomName("label")]
string? Label { get; }

Property Value

string

Language

Gets the language of the track.

[DomName("language")]
string? Language { get; }

Property Value

string