MediaDevices class
- Inheritance
- Object
- EventTarget
- MediaDevices
- Annotations
- @Native.new("MediaDevices")
Properties
Methods
- addEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- dispatchEvent(
Eventevent)→bool - inherited
- enumerateDevices(
)→Future< List> - getSupportedConstraints(
)→Map - getUserMedia(
[Map?constraints])→Future< MediaStream> - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- removeEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited