bindings/media_source_2 library

Media Source Extensions™

https://w3c.github.io/media-source/

Classes

MediaSource
Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The interface of the Media Source Extensions API represents a source of media data for an HTMLMediaElement object. A object can be attached to a HTMLMediaElement to be played in the user agent.
MediaSourceHandle
SourceBuffer
The 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.
SourceBufferList
Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The interface represents a simple container list for multiple SourceBuffer objects. The source buffer list containing the SourceBuffers appended to a particular MediaSource can be retrieved using the MediaSource.sourceBuffers property. The individual source buffers can be accessed using the array operator [].