Bagikan melalui


CBasePin::DisplayTypeInfo

 
Microsoft DirectShow 9.0

CBasePin::DisplayTypeInfo

The DisplayTypeInfo method displays media type information during debugging.

Syntax

  void DisplayTypeInfo(
    IPin *pPin,
    const CMediaType *pmt
);

Parameters

pPin

Ignored.

pmt

Pointer to a CMediaType object that specifies the media type.

Remarks

In debug builds, this method calls the DbgLog function to display the specified media type. In retail builds, this method does nothing.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also