Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Determines if the pin can use a specified media type.
Syntax
HRESULT CheckMediaType(
const CmediaType* mtIn
);
Parameters
- mtIn
Pointer to a media type object.
Return Value
None.
Remarks
This member function calls the pure-virtual CTransformFilter::CheckInputType member function, which must be overridden when deriving a class from the CTransformFilter class. The overridden CheckInputType member function is responsible for determining which media types the input pin supports.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |