The KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION property specifies the orientation of a 3D listener.
| Get | Set | Target | Property Descriptor Type | Property Value Type |
|---|---|---|---|---|
| Yes | Yes | Pin | KSNODEPROPERTY | KSDS3D_LISTENER_ORIENTATION |
The property value (operation data) is a structure of type KSDS3D_LISTENER_ORIENTATION that specifies the listener's orientation.
A KSPROPERTY_DIRECTSOUND3DLISTENER_ORIENTATION property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
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.