BrowserRenderNode class

A processor that takes video frames as input and produces two outputs: the original input frames passed through, and browser-rendered frames synchronized to each input frame’s metadata.

The HTML page receives frame metadata via a 'norsk-frame' CustomEvent and must call window.cefQuery({request: 'ready'}) when the DOM update is complete. A 'norsk-context' event is dispatched on context changes.

Signature:

export declare class BrowserRenderNode extends AutoProcessorMediaNode<"video">

Extends: AutoProcessorMediaNode<"video">