FILTER_INFO (Compact 2013)

3/26/2014

This structure contains information about a filter.

Syntax

typedef struct  _FilterInfo{
  WCHAR achName[128];
  IFilterGraph __RPC_FAR* pGraph;
} FILTER_INFO;

Members

  • achName[128]
    Name of the filter.
  • pGraph
    Pointer to the IFilterGraph interface to which the filter is connected.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Structures