Table of Contents

Interface IVideoTrack

Namespace
AngleSharp.Media.Dom
Assembly
AngleSharp.dll

Represents an video track.

[DomName("VideoTrack")]
public interface IVideoTrack
Extension Methods

Properties

Id

Gets the id of the video track.

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

Property Value

string

IsSelected

Gets or sets if the track is selected.

[DomName("selected")]
bool IsSelected { get; set; }

Property Value

bool

Kind

Gets the kind of video 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