Microsoft Windows CE 3.0  

CSourceStream::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 this pin supports the supplied media type.

virtual HRESULT CheckMediaType(
CMediaType
*
pMediaType
);

Parameters

pMediaType
Media type to check.

Return Values

Returns S_OK if the media type is supported, S_FALSE if it isn't, or E_INVALIDARG if pMediaTypeis invalid.

Remarks

Override this member function if you support multiple media types. Test explicitly for S_OK to determine if this function succeeded; do not use the SUCCEEDEDmacro.