Microsoft DirectX 9.0

IQualityControl::Notify

The Notify method notifies the filter that a quality change is requested.

Syntax

HRESULT Notify(
  IBaseFilter *pSelf,
  Quality q
);

Parameters

pSelf

[in] Pointer to the filter that is sending the quality notification.

q

[in] Quality notification structure.

Return Value

Returns S_OK if the method succeeds; otherwise, returns an HRESULT error code.

See Also