IHtmlMediaElement
public interface IHtmlMediaElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers, IMediaController, ILoadableElement
Represents the base for all HTML media elements.
Gets a list of contained audio tracks.
Gets the current media's controller, if any.
Gets or sets the cross-origin attribute.
Gets the current media source.
Gets or sets if the media is automatically played.
Gets or sets if the media is muted by default.
Gets if the media has ended.
Gets or sets if the media should loop.
Gets if seeking is currently active.
Gets or sets if the controls should be shown to the user.
Gets the current media error, if any.
Gets or sets the id of the assigned media group.
Gets the current network state.
Gets or sets the preload attribute.
Gets or sets the media source.
Gets the datetime when the download started.
Gets a list of contained text tracks.
Gets a list of contained video tracks.
Adds a new text track to the media element.
Checks if the given type can be played.
void Load()
Loads the currently assigned media source.