A KSD3D_LISTENER_ORIENTATION structure specifies the position vector of the 3D listener. This structure is used to get or set the data value for the KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION property.
typedef struct
{
DS3DVECTOR Front;
DS3DVECTOR Top;
} KSDS3D_LISTENER_ORIENTATION, *PKSDS3D_LISTENER_ORIENTATION;
Declared in ksmedia.h. Include ksmedia.h.
DirectSound uses this property to implement the IDirectSound3DListener::GetOrientation and IDirectSound3DListener::SetOrientation methods, which are described in the Platform SDK documentation.