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. A MediaSource object can be attached to a HTMLMediaElement to be played in the user agent.

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. MediaSource objects are not transferable because they are event targets, hence the need for MediaSourceHandles.

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. This can be made up of one or several media segments.

Link copied to clipboard

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

Link copied to clipboard
open class TimeRanges

When loading a media resource for use by an

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard