// ksmedia.h
typedef struct {
ULONG InsideConeAngle;
ULONG OutsideConeAngle;
} KSDS3D_BUFFER_CONE_ANGLES, *PKSDS3D_BUFFER_CONE_ANGLES;
View the official Windows Driver Kit DDI referenceNo description available.
A KSDS3D_BUFFER_CONE_ANGLES structure specifies the inside and outside cone angles.
InsideConeAngleSpecifies the angle in degrees of the inside sound projection cone.
OutsideConeAngleSpecifies the angle in degrees of the outside sound projection cone.
This structure is used to set or get the data value for the KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES property. DirectSound uses this property to implement the IDirectSound3DBuffer::GetConeAngles and IDirectSound3DBuffer::SetConeAngles methods, which are described in the Microsoft Windows SDK documentation.
KSPROPERTY_DIRECTSOUND3DBUFFER_CONEANGLES