Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 3.05 KB

ns-ksmedia-ksds3d_itd_params_msg.md

File metadata and controls

88 lines (63 loc) · 3.05 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:ksmedia.KSDS3D_ITD_PARAMS_MSG
KSDS3D_ITD_PARAMS_MSG (ksmedia.h)
The KSDS3D_ITD_PARAMS_MSG structure specifies the parameters used by the interaural time delay (ITD) algorithm in a 3D node (KSNODETYPE_3D_EFFECTS).
audio\ksds3d_itd_params_msg.htm
audio
05/08/2018
KSDS3D_ITD_PARAMS_MSG structure
*PKSDS3D_ITD_PARAMS_MSG, KSDS3D_ITD_PARAMS_MSG, KSDS3D_ITD_PARAMS_MSG structure [Audio Devices], PKSDS3D_ITD_PARAMS_MSG, PKSDS3D_ITD_PARAMS_MSG structure pointer [Audio Devices], aud-prop_af31be2f-c153-4430-9634-6d29b05208dd.xml, audio.ksds3d_itd_params_msg, ksmedia/KSDS3D_ITD_PARAMS_MSG, ksmedia/PKSDS3D_ITD_PARAMS_MSG
ksmedia.h
Ksmedia.h
Windows
Windows
KSDS3D_ITD_PARAMS_MSG, *PKSDS3D_ITD_PARAMS_MSG
PKSDS3D_ITD_PARAMS_MSG
ksmedia/PKSDS3D_ITD_PARAMS_MSG
KSDS3D_ITD_PARAMS_MSG
ksmedia/KSDS3D_ITD_PARAMS_MSG
APIRef
kbSyntax
HeaderDef
ksmedia.h
PKSDS3D_ITD_PARAMS_MSG
KSDS3D_ITD_PARAMS_MSG

KSDS3D_ITD_PARAMS_MSG structure

-description

The KSDS3D_ITD_PARAMS_MSG structure specifies the parameters used by the interaural time delay (ITD) algorithm in a 3D node (KSNODETYPE_3D_EFFECTS).

-struct-fields

-field Enabled

Specifies whether to enable the ITD algorithm. A nonzero value enables the algorithm. Zero disables it. For more information, see the following Remarks section.

-field LeftParams

Specifies the ITD parameters for the left channel (channel 0). This parameter is a structure of type KSDS3D_ITD_PARAMS.

-field RightParams

Specifies the ITD parameters for the right channel (channel 1). This parameter is a structure of type KSDS3D_ITD_PARAMS.

-field Reserved

Reserved. Set to zero.

-remarks

This structure is used by the KSPROPERTY_ITD3D_PARAMS property request.

The Enabled parameter should track the DirectSound buffer's 3D mode: Disable ITD processing when the 3D mode is disabled, and enable it when the 3D mode is enabled. For more information, see the description of the DirectSound3DBuffer::SetMode method in the Microsoft Windows SDK documentation.

-see-also

KSDS3D_ITD_PARAMS

KSNODETYPE_3D_EFFECTS

KSPROPERTY_ITD3D_PARAMS