Microsoft DirectX 9.0 |
The SetMixingPrefs method sets the mixing preferences for the stream.
Syntax
HRESULT SetMixingPrefs(
DWORD dwStreamID,
DWORD dwMixerPrefs
);
Parameters
dwStreamID
[in] Specifies the input stream.
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