WebIDLpedia

SourceBufferList interface

Definition

Media Source Extensions™ defines SourceBufferList



[Exposed=(Window,DedicatedWorker)]
interface SourceBufferList : EventTarget {
  readonly attribute unsigned long length;

  attribute EventHandler onaddsourcebuffer;
  attribute EventHandler onremovesourcebuffer;

  getter SourceBuffer (unsigned long index);
};

Methods and attributes that return objects implementing SourceBufferList

Referring IDL interfaces/dictionaries