debug.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

void DumpGraph (IFilterGraph *pGraph, std::string &text)
void DumpFilter (CComPtr< IBaseFilter > pFilter, std::string &text)
void DumpPreferredMediaTypes (CComPtr< IBaseFilter > pFilter, std::string &text)
void DumpMediaType (AM_MEDIA_TYPE *mt, std::string &text)


Detailed Description

some dshow debuging functions

Function Documentation

void DumpFilter CComPtr< IBaseFilter >  pFilter,
std::string &  text
 

Parameters:
pFilter filter to dump
text textual description of filter

void DumpGraph IFilterGraph *  pGraph,
std::string &  text
 

Parameters:
pGraph 
text 

void DumpMediaType AM_MEDIA_TYPE *  mt,
std::string &  text
 

Decodes a AM_MEDIA_TYPE struct to text.

Parameters:
mt mediatype to dump
text textual description of the mediatype

void DumpPreferredMediaTypes CComPtr< IBaseFilter >  pFilter,
std::string &  text
 

Dumps the preferred mediatypes of all pins on a filter.

Parameters:
pFilter 
text 


Generated on Mon Oct 27 09:51:55 2003 for DScaler by doxygen 1.3.4