JsZXingBrowserMultiFormatReaderExt extension
Properties
- 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 thevideoElement
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
-
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