IVMRMixerControl9::GetMixingPrefs
Microsoft DirectShow 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
Header: Include D3d9.h, Vmr9.h.
Library: Use Strmiids.lib.
See Also