Microsoft DirectX 9.0

IVMRMixerControl9::GetMixingPrefs

The GetMixingPrefs method retrieves the mixing preferences for the stream.

Syntax

HRESULT GetMixingPrefs(
  DWORD*  pdwMixerPrefs
);

Parameters

pdwMixerPrefs

[out]  Address of a variable that receives a 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