Not documented.

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

Properties

appendWindowEnd num
read / write

appendWindowStart num
read / write

buffered TimeRanges
read-only

mode String
read / write

on Events
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.

timestampOffset num
read / write

updating bool
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