Enumeration Pipeline

Specifies which pipeline to use when processing video frames.

Enumeration Members

Enumeration Members

Canvas2D: "Canvas2D"

Use canvas 2d rendering context. Some browsers such as Safari do not have full support of this feature. Please test your application to make sure it works as intented. See browser compatibility page for reference.

WebGL2: "WebGL2"

Use canvas webgl2 rendering context. Major browsers have support for this feature. However, this does not work on some older versions of browsers. Please test your application to make sure it works as intented. See browser compatibility page for reference.

Generated using TypeDoc