webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SourceBufferList Interface Reference

import"SourceBufferList.idl";

Inheritance diagram for SourceBufferList:
EventTarget

Public Member Functions

getter SourceBuffer item (unsigned long index)
 
- 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

readonly attribute unsigned long length
 
attribute EventHandler onaddsourcebuffer
 
attribute EventHandler onremovesourcebuffer
 

Member Function Documentation

◆ item()

getter SourceBuffer SourceBufferList::item ( unsigned long  index)

Member Data Documentation

◆ length

readonly attribute unsigned long SourceBufferList::length

◆ onaddsourcebuffer

attribute EventHandler SourceBufferList::onaddsourcebuffer

◆ onremovesourcebuffer

attribute EventHandler SourceBufferList::onremovesourcebuffer

The documentation for this interface was generated from the following file: