Microsoft Windows CE 3.0  

CTransformFilter::CheckInputType

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Verifies that the input pin supports the media type, and proposes the output pin's media type.

virtual HRESULT CheckInputType(
const CmediaType *
mtIn
)
PURE;

Parameters

mtIn
Pointer to an input media type object.

Return Values

The overriding member function returns an HRESULTvalue.

Remarks

You must override this member function to verify the media type. This member function must return an error if it cannot support the media type as an input. If it can, the overriding member function should propose the output media type supplied by the output pin.