Package-level declarations
Types
The MediaSource interface of the Media Source Extensions API represents a source of media data for an HTMLMediaElement object.
The MediaSourceHandle interface of the Media Source Extensions API is a proxy for a MediaSource that can be transferred from a dedicated worker back to the main thread and attached to a media element via its HTMLMediaElement.srcObject property.
The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and played, via a MediaSource object.
The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.
When loading a media resource for use by an audio or video element, the TimeRanges interface is used for representing the time ranges of the media resource that have been buffered, the time ranges that have been played, and the time ranges that are seekable.