CanvasCaptureMediaStreamTrack class

Inheritance
Annotations
  • @Native("CanvasCaptureMediaStreamTrack")

Properties

canvas → CanvasElement
read-only
contentHint ↔ String
read / write, inherited
enabled ↔ bool
read / write, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
id → String
read-only, inherited
kind → String
read-only, inherited
label → String
read-only, inherited
muted → bool
read-only, inherited
on → Events
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited
onEnded → Stream<Event>
Stream of ended events handled by this MediaStreamTrack.
read-only, inherited
onMute → Stream<Event>
Stream of mute events handled by this MediaStreamTrack.
read-only, inherited
onUnmute → Stream<Event>
Stream of unmute events handled by this MediaStreamTrack.
read-only, inherited
readyState → String
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

requestFrame() → void
addEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
applyConstraints([Map constraints ]) → Future
inherited
clone() → MediaStreamTrack
inherited
dispatchEvent(Event event) → bool
inherited
getCapabilities() → Map
inherited
getConstraints() → Map
inherited
getSettings() → Map
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
stop() → void
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited