// ksmedia.h
typedef struct {
KSDS3D_HRTF_FILTER_METHOD FilterMethod;
KSDS3D_HRTF_COEFF_FORMAT CoeffFormat;
KSDS3D_HRTF_FILTER_VERSION Version;
ULONG Reserved;
} KSDS3D_HRTF_FILTER_FORMAT_MSG, *PKSDS3D_HRTF_FILTER_FORMAT_MSG;
View the official Windows Driver Kit DDI referenceNo description available.
The KSDS3D_HRTF_FILTER_FORMAT_MSG structure specifies the filter format to use for a head-relative transfer function (HRTF).
FilterMethodSpecifies the filter method to use. Set this parameter to one of the following KSDS3D_HRTF_FILTER_METHOD enumeration values:
For more information, see the description of the MaxFilterSize member of KSDS3D_HRTF_INIT_MSG.
CoeffFormatSpecifies the coefficient format to use. Set this parameter to one of the following KSDS3D_HRTF_COEFF_FORMAT enumeration values:
VersionSpecifies the filter version. Set this parameter to the KSDS3D_HRTF_FILTER_VERSION enumeration value DS3D_HRTF_VERSION_1.
ReservedReserved. Set to zero.
This structure is used by the KSPROPERTY_HRTF3D_FILTER_FORMAT property.
For more information, see KSPROPSETID_Hrtf3d.
KSPROPERTY_HRTF3D_FILTER_FORMAT