Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 3.01 KB

nf-xaudio2fx-reverbconverti3dl2tonative.md

File metadata and controls

87 lines (65 loc) · 3.01 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xaudio2fx.ReverbConvertI3DL2ToNative
ReverbConvertI3DL2ToNative function (xaudio2fx.h)
Inline function that converts I3DL2 (Interactive 3D Audio Rendering Guidelines Level 2.0) parameters to native XAudio2 parameters.
ReverbConvertI3DL2ToNative
ReverbConvertI3DL2ToNative function [XAudio2 Audio Mixing APIs]
xaudio2.reverbconverti3dl2tonative
xaudio2fx/ReverbConvertI3DL2ToNative
xaudio2\reverbconverti3dl2tonative.htm
xaudio2
M:Microsoft.directx_sdk.xaudio2.ReverbConvertI3DL2ToNative(const XAUDIO2FX_REVERB_I3DL2_PARAMETERS,XAUDIO2FX_REVERB_PARAMETERS@)
12/05/2018
ReverbConvertI3DL2ToNative, ReverbConvertI3DL2ToNative function [XAudio2 Audio Mixing APIs], xaudio2.reverbconverti3dl2tonative, xaudio2fx/ReverbConvertI3DL2ToNative
xaudio2fx.h
Windows
Windows
19H1
ReverbConvertI3DL2ToNative
xaudio2fx/ReverbConvertI3DL2ToNative
c++
APIRef
kbSyntax
HeaderDef
xaudio2fx.h
ReverbConvertI3DL2ToNative

ReverbConvertI3DL2ToNative function

-description

Inline function that converts I3DL2 (Interactive 3D Audio Rendering Guidelines Level 2.0) parameters to native XAudio2 parameters.

-parameters

-param 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.

-param pNative [in, out]

Pointer to a XAUDIO2FX_REVERB_PARAMETERS structure that will receive the native parameters that are equivalent to the I3DL2 parameters.

-param sevenDotOneReverb

A boolean value indicating whether 7.1 reverb is enabled.

Note  This parameter is supported beginning with Windows 10.
 

-remarks

Platform Requirements

Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

-see-also

XAUDIO2FX_I3DL2_PRESET

XAUDIO2FX_REVERB_I3DL2_PARAMETERS

XAudio2::Functions