This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Print a graph tree to the display
void MmPrintGraph(const MmFilter_t *filter, int32_t level);
mmedia
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.
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |