BufferDescription.Control3D Property (Microsoft.DirectX.DirectSound)

Determines whether the buffer has 3-D control capability.

Definition

Visual Basic Public Property Control3D As Boolean
C# public bool Control3D { get; set; }
C++ public:
property bool Control3D {
        bool get();
        void set(bool value);
}
JScript public function get Control3D() : boolean
public function set Control3D(boolean);

Property Value

System.Boolean
This value is set to true if the buffer has 3-D control capability; otherwise, false.

This property is read/write. 

Remarks

BufferDescription.Control3D cannot be combined with BufferDescription.ControlPan, and cannot be set for a buffer with a stereo format in WaveFormat.