See: Description
Class | Description |
---|---|
CodecNode |
A node in a filter graph for a Codec.
|
DemuxNode |
A node in a filter graph for a Demultiplexer.
|
FilterGraph |
Represents an entire filter graph.
|
FilterGraphBuilder |
TODO: improvements:
need to build graph nodes before recursive call, so that
we can instantiate a relaxed match, then negotiate formats when the full
path is found.
|
FilterGraphIO |
Converts
FilterGraph to/from XML. |
FilterGraphModelTranslator |
Converts
FilterGraph to/from FilterGraphModel . |
InputPin |
An input Pin.
|
Link |
A link between two nodes, from the output pin of one node to the input pin of another.
|
MuxNode |
A node in a filter graph for a Multiplexer (one input track only).
|
Node |
Base class for all filter graph nodes.
|
OutputPin |
An output Pin.
|
Pin |
A Pin is an input or output of a filter graph node.
|
RendererNode |
A node in a filter graph for a Renderer.
|
Classes for filter graphs consisting of demultiplexers, codecs, renderers, etc.