Table of Contents

Enum MediaControllerPlaybackState

Namespace
AngleSharp.Media.Dom
Assembly
AngleSharp.dll

An enumeration over the various playback states.

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

Fields

[DomName("ended")] Ended = 2

The media has already finished playing.

[DomName("playing")] Playing = 1

Playing the current media.

[DomName("waiting")] Waiting = 0

Waiting for the media to be ready.