Articles tagged: MediaSource
Found 10 documents
- Web/API/MediaSource The MediaSource interface represents a source of media data for an HTMLMediaElement object. A ...
- Web/API/MediaSource/activeSourceBuffers The activeSourceBuffers read-only property of the MediaSource interface returns a ...
- Web/API/MediaSource/addSourceBuffer The addSourceBuffer() method of the MediaSource interface creates a new SourceBuffer of the ...
- Web/API/MediaSource/duration The duration property of the MediaSource interface gets and sets the duration of the current ...
- Web/API/MediaSource/endOfStream The endOfStream() method of the MediaSource interface signals the end of the stream.
- Web/API/MediaSource/isTypeSupported The isTypeSupported() method of the MediaSource interface returns a Boolean value indicating if ...
- Web/API/MediaSource/MediaSource The MediaSource() constructor of the MediaSource interface constructs and returns a new ...
- Web/API/MediaSource/readyState The readyState read-only property of the MediaSource interface returns an enum representing the ...
- Web/API/MediaSource/removeSourceBuffer The removeSourceBuffer() method of the MediaSource interface removes the given SourceBuffer from ...
- Web/API/MediaSource/sourceBuffers The sourceBuffers read-only property of the MediaSource interface returns a SourceBufferList ...