IVMRFilterConfig9::GetRenderingMode
Microsoft DirectShow 9.0 |
IVMRFilterConfig9::GetRenderingMode
The GetRenderingMode method retrieves the rendering mode currently being used by the VMR.
Syntax
HRESULT GetRenderingMode( DWORD* pMode );
Parameters
pMode
[out] Receives a member of the VMR9Mode emumeration.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
E_POINTER | pMode is invalid |
Requirements
Header: Include D3d9.h, Vmr9.h.
Library: Use Strmiids.lib.
See Also