CanvasCaptureMediaStreamTrack class Null safety

Inheritance
Annotations
  • @Native("CanvasCaptureMediaStreamTrack")

Properties

canvas → CanvasElement?
read-only
contentHint ↔ String?
read / writeinherited
enabled ↔ bool?
read / writeinherited
hashCode → int
The hash code for this object.
read-onlyinherited
id → String?
read-onlyinherited
kind → String?
read-onlyinherited
label → String?
read-onlyinherited
muted → bool?
read-onlyinherited
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-onlyinherited
onEnded → Stream<Event>
Stream of ended events handled by this MediaStreamTrack.
read-onlyinherited
onMute → Stream<Event>
Stream of mute events handled by this MediaStreamTrack.
read-onlyinherited
onUnmute → Stream<Event>
Stream of unmute events handled by this MediaStreamTrack.
read-onlyinherited
readyState → String?
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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
requestFrame() → void
stop() → void
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited