class js.html.MediaSource extends EventTarget
Available on js
var activeSourceBuffers:SourceBufferList
var duration:Float
Setter throws DOMException.
var readyState:String
var sourceBuffers:SourceBufferList
function new():Void
function addSourceBuffer(type:String):SourceBuffer
function endOfStream(error:String):Void
function removeSourceBuffer(buffer:SourceBuffer):Void