Forwards an MEQualityNotify event from the media sink.
public:
HRESULT NotifyQualityEvent(
IMFMediaEvent *pEvent,
DWORD *pdwFlags
)
pEvent
Type: IMFMediaEvent *
[in, optional] A pointer to the event’s IMFMediaEvent interface.
pdwFlags
Type: DWORD *
[out] Receives a bitwise OR of zero or more flags from the MF_QUALITY_ADVISE_FLAGS enumeration.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Refer to Media Foundation return codes.
This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.
Header: Declared in mfidl.h.