Interface: FrameProcessorPlugin
An initialized native instance of a FrameProcessorPlugin. All memory allocated by this plugin will be deleted once this value goes out of scope.
Methods​
call​
â–¸ call(frame
, options?
): ParameterType
Call the native Frame Processor Plugin with the given Frame and options.
Parameters​
Name | Type | Description |
---|---|---|
frame | Frame | The Frame from the Frame Processor. |
options? | Record <string , ParameterType > | (optional) Additional options. Options will be converted to a native dictionary |
Returns​
ParameterType
(optional) A value returned from the native Frame Processor Plugin (or undefined)
Defined in​
FrameProcessorPlugins.ts:33