Search completed in 0.82 seconds.
4 results for "removesourcebuffer":
MediaSource.removeSourceBuffer() - Web APIs
WebAPIMediaSourceremoveSourceBuffer
the removesourcebuffer() method of the mediasource interface removes the given sourcebuffer from the sourcebuffers list associated with this mediasource object.
... syntax mediasource.removesourcebuffer(sourcebuffer); parameters sourcebuffer the sourcebuffer object to be removed.
... examples for (i = 0; i < 10; i++) { var sourcebuffer = mediasource.addsourcebuffer(mimecodec); } mediasource.removesourcebuffer(mediasource.sourcebuffers[0]); specifications specification status comment media source extensionsthe definition of 'removesourcebuffer()' in that specification.
Index - Web APIs
WebAPIIndex
the three possible values are: 2424 mediasource.removesourcebuffer() api, audio, experimental, mse, media source extensions, mediasource, method, reference, video, removesourcebuffer the removesourcebuffer() method of the mediasource interface removes the given sourcebuffer from the sourcebuffers list associated with this mediasource object.
MediaSource - Web APIs
WebAPIMediaSource
mediasource.removesourcebuffer() removes the given sourcebuffer from the mediasource.sourcebuffers list.
SourceBufferList - Web APIs
WebAPISourceBufferList
sourcebufferlist.onremovesourcebuffer the event handler for the removesourcebuffer event.