IVMRImagePresenterConfig::GetRenderingPrefs
Microsoft DirectShow 9.0 |
IVMRImagePresenterConfig::GetRenderingPrefs
The GetRenderingPrefs method retrieves the current rendering preferences from the VMR-7 filter's allocator-presenter.
The VMR-7 filter's IVMRFilterConfig::GetRenderingPrefs method calls through to this method.
Syntax
Parameters
dwRenderFlags
[out] Receives a bitwise OR of flags from the VMRRenderPrefs enumeration, indicating the current rendering settings on the allocator-presenter.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also