Table of Contents

Enum TextTrackMode

Namespace
AngleSharp.Media.Dom
Assembly
AngleSharp.dll

The modes of a text track.

[DomName("TextTrackMode")]
public enum TextTrackMode : byte
Extension Methods

Fields

[DomName("disabled")] Disabled = 0

The text track is disabled.

[DomName("hidden")] Hidden = 1

The text track is hidden.

[DomName("showing")] Showing = 2

The text track is actually shown.