IVMRFilterConfig9::GetRenderingMode method
The GetRenderingMode method retrieves the rendering mode currently being used by the VMR.
Syntax
HRESULT GetRenderingMode(
DWORD *pMode
);
Parameters
pMode
Receives a member of the VMR9Mode emumeration.
Return value
The method returns an HRESULT. Possible values include those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
pMode is invalid |
Requirements
| Minimum supported client | Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | vmr9.h |
| Library | Strmiids.lib |