IVMRImagePresenterConfig::SetRenderingPrefs

 
Microsoft DirectShow 9.0

IVMRImagePresenterConfig::SetRenderingPrefs

The SetRenderingPrefs method sets the rendering preferences on the VMR-7 filter's allocator-presenter.

The VMR-7 filter's IVMRFilterConfig::SetRenderingPrefs method calls through to this method.

Syntax

  

Parameters

dwRenderFlags

[in] A bitwise OR combination of VMRRenderPrefs flags that will be used to configure 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