Share via


PIN_INFO (Compact 2013)

3/26/2014

This structure contains information about a pin.

Syntax

typedef struct _PinInfo {
  IBaseFilter* pFilter;
  PIN_DIRECTION dir;
  WCHAR achName[128];
} PIN_INFO;

Members

  • pFilter
    Pointer to the IBaseFilter interface of the owning filter.
  • dir
    Direction of the pin (input or output).
  • achName[128]
    Name of the pin.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Structures