Microsoft Windows CE 3.0  

CTransformOutputPin::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 input pin supports 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::CheckTransformmember function, which must be overridden when deriving a class from the CTransformFilterclass. The overridden CTransformFilter::CheckTransformmember function determines which media types the output pin supports.