Skip to main content

Module node

Module node 

Source
Expand description

Node types for the filter graph.

Nodes are the processing units in a filter graph. Each node has input and output ports and implements the Node trait to process frames.

Structs§

NodeConfig
Configuration for a node.
NodeId
Unique identifier for a node in the graph.
NodeRuntime
Runtime state for a node in the graph.

Enums§

ConfigValue
Configuration value type.
NodeState
State of a node during graph execution.
NodeType
Type of node in the filter graph.

Traits§

Node
Trait for filter graph nodes.