JsZXingBrowserMultiFormatReader class

Available extensions
Annotations
  • @JS('ZXing.BrowserMultiFormatReader')
  • @staticInterop

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream MediaStream?

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

The stream output from camera.
getter/setter pair
videoElement VideoElement?

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

The HTML video element, used to display the camera stream.
getter/setter pair

Methods

addVideoSource(VideoElement videoElement, MediaStream stream) → void

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

Defines what the videoElement src will be.
decodeContinuously(VideoElement element, BarcodeDetectionCallback callbackFn) → void

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

Continuously decodes from video input
decodeFromConstraints(dynamic constraints, VideoElement videoSource, BarcodeDetectionCallback callbackFn) Promise<void>

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

decodeFromStream(MediaStream stream, VideoElement videoSource, BarcodeDetectionCallback callbackFn) Promise<void>

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

decodeFromVideoElementContinuously(VideoElement source, BarcodeDetectionCallback callbackFn) Promise<void>

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

isVideoPlaying(VideoElement video) bool

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareVideoElement(VideoElement videoSource) VideoElement

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

reset() → void

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

stopContinuousDecode() → void

Available on JsZXingBrowserMultiFormatReader, provided by the JsZXingBrowserMultiFormatReaderExt extension

toString() String
A string representation of this object.
inherited

Operators

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