Microsoft DirectX 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.

See Also