MediaDevices

继承
注解
  • @Native("MediaDevices")

属性

hashCode int
该对象的消息散列码。
无设置器继承
on Events
这是一个用于事件流的便捷访问器,当没有明确访问器时才应使用。
无设置器继承
runtimeType Type
对象运行时类型的表示。
无设置器继承

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
dispatchEvent(Event event) bool
继承
enumerateDevices() Future<List>
getSupportedConstraints() Map
getUserMedia([Map? constraints]) Future<MediaStream>
noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时被调用。
继承
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
toString() String
该对象的字符串表示形式。
继承

运算符

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