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
IsEnabled
Gets or sets if the track is enabled.
[DomName("enabled")]
bool IsEnabled { get; set; }
Property Value
Kind
Gets the kind of audio track.
[DomName("kind")]
string? Kind { get; }
Property Value
Label
Gets the label of the track.
[DomName("label")]
string? Label { get; }
Property Value
Language
Gets the language of the track.
[DomName("language")]
string? Language { get; }