CTransInPlaceFilter::CheckTransform
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::CheckTransform member function. The base class functions that call this member function are overridden in this class to call the CTransformFilter::CheckInputType member 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.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.