Skip to content

videoio_registry_getStreamBufferedBackendPluginVersion

videoiofunctionOpenCV 5.0.0
import { videoio_registry_getStreamBufferedBackendPluginVersion } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSapi
FUNCTIONvideoio_registry_getStreamBufferedBackendPluginVersion
RETURN TYPEvideoio_registry_getStreamBufferedBackendPluginVersionResult
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Returns description and ABI/API version of videoio plugin's buffer capture interface

videoio_registry_getStreamBufferedBackendPluginVersion(api: number): videoio_registry_getStreamBufferedBackendPluginVersionResult;
api

api argument (number).

Returns

The videoio_registry_getStreamBufferedBackendPluginVersionResult result. Scalar output parameters are returned as named fields in this object. Release returned native handles with using or delete(), including handles nested in results.

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.