IMFQualityAdvise2::NotifyQualityEvent Method

Forwards an MEQualityNotify event from the media sink.

Syntax

public:
HRESULT NotifyQualityEvent(
         IMFMediaEvent *pEvent,
         DWORD *pdwFlags
)  

Parameters

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.

Return value

Type: HRESULT 

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Refer to Media Foundation return codes.

Remarks

This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.

Requirements

Header: Declared in mfidl.h.