Interface ProcessingNodeOptions

interface ProcessingNodeOptions {
    frameFilter?: ((frame) => boolean);
    name?: string;
    uid?: string;
}

Hierarchy (view full)

Properties

frameFilter?: ((frame) => boolean)

Frame filter to specify what frames are processed by this node

Type declaration

    • (frame): boolean
    • Frame filter to specify what frames are processed by this node

      Parameters

      Returns boolean

name?: string

User friendly name of the node Used for querying a node by its name.

uid?: string

Manually set the unique identifier of the node