Package-level declarations

Types

Link copied to clipboard
sealed interface AppendMode
Link copied to clipboard
sealed interface EndOfStreamError
Link copied to clipboard

The MediaSource interface of the Media Source Extensions API represents a source of media data for an HTMLMediaElement object.

Link copied to clipboard

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.

Link copied to clipboard
sealed interface ReadyState
Link copied to clipboard

The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and played, via a MediaSource object.

Link copied to clipboard

The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.

Link copied to clipboard

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.

Properties