ReverbConvertI3DL2ToNative function
Inline function that converts I3DL2 (Interactive 3D Audio Rendering Guidelines Level 2.0) parameters to native XAudio2 parameters.
Syntax
void ReverbConvertI3DL2ToNative( _In_ const XAUDIO2FX_REVERB_I3DL2_PARAMETERS *pI3DL2, _Inout_ XAUDIO2FX_REVERB_PARAMETERS *pNative, BOOL sevenDotOneReverb );
Parameters
- pI3DL2 [in]
-
Pointer to a XAUDIO2FX_REVERB_I3DL2_PARAMETERS structure containing the I3DL2 parameters to convert. There are many preset values defined for the XAUDIO2FX_REVERB_I3DL2_PARAMETERS structure; for more information, see XAUDIO2FX_I3DL2_PRESET.
- pNative [in, out]
-
Pointer to a XAUDIO2FX_REVERB_PARAMETERS structure that will receive the native parameters that are equivalent to the I3DL2 parameters.
- sevenDotOneReverb
-
A boolean value indicating whether 7.1 reverb is enabled.
Note This parameter is supported beginning with Windows 10.
Return value
This function does not return a value.
Remarks
Platform Requirements
Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)
Requirements
|
Header |
|
|---|
See also
Show: