IVMRImagePresenterConfig9::GetRenderingPrefs

 
Microsoft DirectShow 9.0

IVMRImagePresenterConfig9::GetRenderingPrefs

The GetRenderingPrefs method retrieves the current rendering preferences from the VMR-9 filter's allocator-presenter.

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

Syntax

  HRESULT GetRenderingPrefs(
  DWORD*  dwRenderFlags
);

Parameters

dwRenderFlags

[out]   Receives a bitwise OR of flag from the VMR9RenderPrefs enumeration, indicating the current rendering settings on 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