Enum MediaNetworkState
- Namespace
- AngleSharp.Media.Dom
- Assembly
- AngleSharp.dll
An enumeration of possible network states.
[DomName("HTMLMediaElement")]
public enum MediaNetworkState : byte
- Extension Methods
Fields
[DomName("NETWORK_EMPTY")] Empty = 0
The element has not yet been initialized. Everything is in initial state.
[DomName("NETWORK_IDLE")] Idle = 1
The element's resource selection alg. is active. No network usage at the moment, but nothing loaded.
[DomName("NETWORK_LOADING")] Loading = 2
The download is in progress.
[DomName("NETWORK_NO_SOURCE")] NoSource = 3
The element's resource selection alg. is active, but has not yet found a resource to use.