Microsoft DirectX 9.0

IVMRMixerControl9::SetMixingPrefs

The SetMixingPrefs method sets the mixing preferences for the stream.

Syntax

HRESULT SetMixingPrefs(
  DWORD  dwMixerPrefs
);

Parameters

dwMixerPrefs

[in]   Bitwise OR combination of VMR9MixerPrefs flags.

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