IQualityControl::Notify

 
Microsoft DirectShow 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 structure.

Return Value

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

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also