Listener3D.Orientation Property (Microsoft.DirectX.DirectSound)

Retrieves or sets the orientation of the listener's head.

Definition

Visual Basic Public Property Orientation As Listener3DOrientation
C# public Listener3DOrientation Orientation { get; set; }
C++ public:
property Listener3DOrientation Orientation {
        Listener3DOrientation get();
        void set(Listener3DOrientation value);
}
JScript public function get Orientation() : Listener3DOrientation
public function set Orientation(Listener3DOrientation);

Property Value

Microsoft.DirectX.DirectSound.Listener3DOrientation
The orientation of the listener's head.

This property is read/write. 

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.