Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ MmPrintGraph

Media Vault

Software Library

Restoration Projects

Artifacts Sought

MmPrintGraph

[Previous] [Contents] [Index] [Next]

MmPrintGraph()

Print a graph tree to the display

Synopsis:

void MmPrintGraph(const MmFilter_t *filter,
                  int32_t level);

Arguments:

filter
The filter you want to start printing at.
level
Set this argument to 0.

Library:

mmedia

Description:

This function prints the graph tree, starting at the given filter, to stdout. You should set the level to 0, as the printing is done recursively, with level incrementing down the filter graph.

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmCreateGraph()


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026