MediaSource

继承
注解
  • @SupportedBrowser(SupportedBrowser.CHROME)
  • @SupportedBrowser(SupportedBrowser.IE, '11')
  • @Native("MediaSource")

构造函数

MediaSource()
工厂

属性

activeSourceBuffers SourceBufferList?
无设置器
duration num?
获取/设置对
hashCode int
此对象的哈希码。
无设置器继承
on Events
这是对事件流的一个便捷访问器,仅应在显式访问器不可用的情况下使用。
无设置器继承
readyState String?
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
sourceBuffers SourceBufferList?
无设置器

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
addSourceBuffer(String type) SourceBuffer
clearLiveSeekableRange() → void
dispatchEvent(Event event) bool
继承
endOfStream([String? error]) → void
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
removeSourceBuffer(SourceBuffer buffer) → void
setLiveSeekableRange(num start, num end) → void
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
等于运算符。
继承

静态属性

supported bool
检查当前平台是否支持此类型。
无设置器

静态方法

isTypeSupported(String type) bool