Skip to main content

Module processing_graph

Module processing_graph 

Source
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§

GraphEdge
A directed connection between two ports on two nodes.
GraphNode
A single node in a media ProcessingGraph.
ProcessingGraph
A directed acyclic graph of media processing nodes.

Enums§

NodeType
Classification of a processing node.