HTMLMediaElement
abstract class HTMLMediaElement : HTMLElement, IHtmlMediaElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IMediaController
Represents the abstract base for HTML media (audio / video) elements.
The state of the network.
The current time.
The total time (duration).
Currently muted ?
The state of the network.
Currently seeking ?
The source url.
The volume.
Gets or sets the cross-origin attribute.
Gets the current media source.
Gets or sets the current time in seconds.
Gets the time in seconds.
Gets if seeking is currently active.
Gets the current network state.
Gets or sets the preload attribute.
Gets the current ready state.
Gets or sets the media source.
Loads the media specified for this element.
Pauses the playback of the media for this element.
Tries to play the media for this element.