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
IsSelected
Gets or sets if the track is selected.
[DomName("selected")]
bool IsSelected { get; set; }
Property Value
Kind
Gets the kind of video 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; }