IVMRImagePresenterConfig9::SetRenderingPrefs

 
Microsoft DirectShow 9.0

IVMRImagePresenterConfig9::SetRenderingPrefs

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

The VMR-9 filter's IVMRFilterConfig9::SetRenderingPrefs method calls through to this method.

Syntax

  HRESULT SetRenderingPrefs(
  DWORD  dwRenderFlags
);

Parameters

dwRenderFlags

[in]   A bitwise OR combination of VMR9RenderPrefs flags that will be used to configure the allocator-presenter.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Value Description
S_OK The method succeeded.

Requirements

Header: Include D3d9.h, Vmr9.h.

Library: Use Strmiids.lib.

See Also