|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SourceBuffer.idl";
Public Member Functions | |
| void | appendBuffer (BufferSource data) |
| void | abort () |
| void | remove (unrestricted double start, unrestricted double end) |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| attribute AppendMode | mode |
| readonly attribute boolean | updating |
| readonly attribute TimeRanges | buffered |
| attribute double | timestampOffset |
| readonly attribute AudioTrackList | audioTracks |
| readonly attribute VideoTrackList | videoTracks |
| readonly attribute TextTrackList | textTracks |
| attribute double | appendWindowStart |
| attribute unrestricted double | appendWindowEnd |
| attribute EventHandler | onupdatestart |
| attribute EventHandler | onupdate |
| attribute EventHandler | onupdateend |
| attribute EventHandler | onerror |
| attribute EventHandler | onabort |
| void SourceBuffer::abort | ( | ) |
| void SourceBuffer::appendBuffer | ( | BufferSource | data | ) |
| void SourceBuffer::remove | ( | unrestricted double | start, |
| unrestricted double | end | ||
| ) |
| attribute unrestricted double SourceBuffer::appendWindowEnd |
| attribute double SourceBuffer::appendWindowStart |
| readonly attribute AudioTrackList SourceBuffer::audioTracks |
| readonly attribute TimeRanges SourceBuffer::buffered |
| attribute AppendMode SourceBuffer::mode |
| attribute EventHandler SourceBuffer::onabort |
| attribute EventHandler SourceBuffer::onerror |
| attribute EventHandler SourceBuffer::onupdate |
| attribute EventHandler SourceBuffer::onupdateend |
| attribute EventHandler SourceBuffer::onupdatestart |
| readonly attribute TextTrackList SourceBuffer::textTracks |
| attribute double SourceBuffer::timestampOffset |
| readonly attribute VideoTrackList SourceBuffer::videoTracks |
1.8.13