Expand description
Media processing graph with nodes, edges, and topological execution ordering.
This module models a directed acyclic graph (DAG) of media processing nodes. Nodes represent processing stages (source, filter, encoder, etc.), and edges represent data flow between them.
Structs§
- Graph
Edge - A directed connection between two ports on two nodes.
- Graph
Node - A single node in a media
ProcessingGraph. - Processing
Graph - A directed acyclic graph of media processing nodes.
Enums§
- Node
Type - Classification of a processing node.