webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"MediaSource.idl";
Public Member Functions | |
SourceBuffer | addSourceBuffer (DOMString type) |
void | removeSourceBuffer (SourceBuffer buffer) |
void | endOfStream (optional EndOfStreamError error) |
void | setLiveSeekableRange (double start, double end) |
void | clearLiveSeekableRange () |
![]() | |
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) |
Static Public Member Functions | |
static boolean | isTypeSupported (DOMString type) |
Public Attributes | |
readonly attribute SourceBufferList | sourceBuffers |
readonly attribute SourceBufferList | activeSourceBuffers |
attribute unrestricted double | duration |
readonly attribute DOMString | readyState |
attribute EventHandler | onsourceopen |
attribute EventHandler | onsourceended |
attribute EventHandler | onsourceclose |
SourceBuffer MediaSource::addSourceBuffer | ( | DOMString | type | ) |
void MediaSource::clearLiveSeekableRange | ( | ) |
void MediaSource::endOfStream | ( | optional EndOfStreamError | error | ) |
|
static |
void MediaSource::removeSourceBuffer | ( | SourceBuffer | buffer | ) |
void MediaSource::setLiveSeekableRange | ( | double | start, |
double | end | ||
) |
readonly attribute SourceBufferList MediaSource::activeSourceBuffers |
attribute unrestricted double MediaSource::duration |
attribute EventHandler MediaSource::onsourceclose |
attribute EventHandler MediaSource::onsourceended |
attribute EventHandler MediaSource::onsourceopen |
readonly attribute SourceBufferList MediaSource::sourceBuffers |