Microsoft Windows CE 3.0  

CTransformInputPin::CheckMediaType

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.

Determines if the pin can use a specified media type.

HRESULT CheckMediaType(
const CmediaType *
mtIn
);

Parameters

mtIn
Pointer to a media type object.

Return Values

No return value.

Remarks

This member function calls the pure-virtual CTransformFilter::CheckInputTypemember function, which must be overridden when deriving a class from the CTransformFilterclass. The overridden CheckInputTypemember function is responsible for determining which media types the input pin supports.