Microsoft DirectX 9.0

IVMRImagePresenterConfig9::SetRenderingPrefs

The SetRenderingPrefs method sets the rendering preferences.

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

Include D3d9.h, Vmr9.h.

See Also