Microsoft Windows CE 3.0  

CTransInPlaceFilter::CheckTransform

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 media is supported by input and output pins.

HRESULT CheckTransform(
const CMediaType
*
mtIn, 
const CMediaType
*
mtOut
);

Parameters

mtIn
Input pin media type.
mtOut
Output pin media type.

Return Values

Returns S_OK by default.

Remarks

This member function overrides the CTransformFilter::CheckTransformmember function. The base class functions that call this member function are overridden in this class to call the CTransformFilter::CheckInputTypemember function that is overridden in the derived class, with the assumption that the type does not change. Usually there is no reason for this member function to be called. In debug builds some calls will be made, and returning S_OK ensures that these calls do not assert.