SourceBuffer class

Annotated by:
  • DocsEditable()
  • DomName('SourceBuffer')
  • Experimental()
Extends:

Instance Properties

appendWindowEnd num
read/write
appendWindowStart num
read/write
buffered TimeRanges
read-only
mode String
read/write
timestampOffset num
read/write
updating bool
read-only
on Events Inherited
read-only

Instance Methods

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