Share via


CBasePin::DisplayTypeInfo (Compact 2013)

3/26/2014

This member function displays the major and minor media types of the specified media type object.

Syntax

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

Parameters

  • pPin
    Pointer to the pin's IPin interface.
  • pmt
    Pointer to the media type object.

Return Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePin Class