IMFQualityAdvise2::NotifyQualityEvent method
Forwards an MEQualityNotify event from the media sink.
Syntax
HRESULT NotifyQualityEvent(
[in] IMFMediaEvent *pEvent,
[out] DWORD *pdwFlags
);
Parameters
- pEvent [in]
-
A pointer to the event's IMFMediaEvent interface.
- pdwFlags [out]
-
Receives a bitwise OR of zero or more flags from the MF_QUALITY_ADVISE_FLAGS enumeration.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista and Platform Update Supplement for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also