Articles tagged: MSE
Found 48 documents
- Mozilla/QA/external-media-tests The external-media-tests is a Marionette -based test suite designed to test playback of video ...
- Web/API/HTMLMediaElement/seekable The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that ...
- 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 ...
- Web/API/Media_Source_Extensions_API The Media Source Extensions API (MSE) provides functionality enabling plugin-free web-based ...
- Web/API/Media_Source_Extensions_API/Transcoding_assets_for_MSE When working with media source extensions, it is likely that you need to condition your assets ...
- Web/API/SourceBuffer The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and ...
- Web/API/SourceBuffer/abort The abort() method of the SourceBuffer interface aborts the current segment and resets the ...
- Web/API/SourceBuffer/appendBuffer The appendBuffer() method of the SourceBuffer interface appends media segment data from an ...
- Web/API/SourceBuffer/appendStream The appendStream() method of the SourceBuffer interface appends media segment data from a ...
- Web/API/SourceBuffer/appendWindowEnd The appendWindowEnd property of the SourceBuffer interface controls the timestamp for the end of ...
- Web/API/SourceBuffer/appendWindowStart The appendWindowStart property of the SourceBuffer interface controls the timestamp for the ...
- Web/API/SourceBuffer/audioTracks The audioTracks read-only property of the SourceBuffer interface returns a list of the audio ...
- Web/API/SourceBuffer/buffered The buffered read-only property of the SourceBuffer interface returns the time ranges that are ...
- Web/API/SourceBuffer/mode The mode property of the SourceBuffer interface controls whether media segments can be appended ...
- Web/API/SourceBuffer/remove The remove() method of the SourceBuffer interface removes media segments within a specific time ...
- Web/API/SourceBuffer/textTracks The textTracks read-only property of the SourceBuffer interface returns a list of the text ...
- Web/API/SourceBuffer/timestampOffset The timestampOffset property of the SourceBuffer interface controls the offset applied to ...
- Web/API/SourceBuffer/trackDefaults The trackDefaults property of the SourceBuffer interface specifies the default values to use if ...
- Web/API/SourceBuffer/updating The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer ...
- Web/API/SourceBuffer/videoTracks The videoTracks read-only property of the SourceBuffer interface returns a list of the video ...
- Web/API/SourceBufferList The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.
- Web/API/SourceBufferList/length The length read-only property of the SourceBufferList interface returns the number of ...
- Web/API/SourceBufferList/SourceBuffer The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer ...
- Web/API/TrackDefault The TrackDefault interface provides a SourceBuffer with kind, label, and language information ...
- Web/API/TrackDefault/byteStreamTrackID The byteStreamTrackID read-only property of the TrackDefault interface returns the ID of the ...
- Web/API/TrackDefault/kinds The kinds read-only property of the TrackDefault interface returns default kinds for an ...
- Web/API/TrackDefault/label The label read-only property of the TrackDefault interface returns the default label for an ...
- Web/API/TrackDefault/language The language read-only property of the TrackDefault interface returns a default language for an ...
- Web/API/TrackDefault/TrackDefault The TrackDefault() constructor of the TrackDefault interface constructs and returns a new ...
- Web/API/TrackDefault/type The type read-only property of the TrackDefault interface returns the type of track that this ...
- Web/API/TrackDefaultList The TrackDefaultList interface represents a simple container list for multiple TrackDefault objects.
- Web/API/TrackDefaultList/length The length read-only property of the TrackDefaultList interface returns the number of ...
- Web/API/TrackDefaultList/TrackDefault The TrackDefault() getter method of the TrackDefaultList interface allows the TrackDefault ...
- Web/API/TrackDefaultList/TrackDefaultList The TrackDefaultList() constructor of the TrackDefaultList interface constructs and returns a ...
- Web/API/VideoPlaybackQuality The VideoPlaybackQuality interface represents the set of metrics describing the playback quality ...
- Web/API/VideoPlaybackQuality/corruptedVideoFrames The VideoPlaybackQuality.corruptedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/creationTime The VideoPlaybackQuality.creationTime read-only property returns a DOMHighResTimeStamp ...
- Web/API/VideoPlaybackQuality/droppedVideoFrames The VideoPlaybackQuality.droppedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/totalVideoFrames The VideoPlaybackQuality.totalVideoFrames read-only property returns an unsigned long containing ...