Not documented.

Annotations
  • DocsEditable()
  • DomName('SourceBuffer')
  • Experimental()
Extends

Properties

num appendWindowEnd
read / write
num appendWindowStart
read / write
TimeRanges buffered
read-only
String mode
read / write
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
num timestampOffset
read / write
bool updating
read-only

Methods

abort() → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
appendBuffer(ByteBuffer data) → void
appendStream(FileStream stream, [int maxSize]) → void
appendTypedData(TypedData data) → void
dispatchEvent(Event event) → bool
inherited
remove(num start, num end) → void
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited