Microsoft Windows CE 3.0  

CBaseInputPin::Notify

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.

Notifies the recipient that a quality change is requested.

HRESULT Notify(
IBaseFilter *
pSelf
,
Quality
q
);

Parameters

pSelf
Pointer to the filter that is sending the quality notification.
q
Quality notification structure.

Return Values

Returns NOERROR by default.

Remarks

The IQualityControl::Notifymethod is usually implemented on the output pin, because quality-control messages are passed upstream, and not on the input pin.