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§
- Node
Config - Configuration for a node.
- NodeId
- Unique identifier for a node in the graph.
- Node
Runtime - Runtime state for a node in the graph.
Enums§
- Config
Value - Configuration value type.
- Node
State - State of a node during graph execution.
- Node
Type - Type of node in the filter graph.
Traits§
- Node
- Trait for filter graph nodes.