Share via


Buffer3D.AllParameters Property (Microsoft.DirectX.DirectSound)

Retrieves or sets the 3-D properties of the sound buffer.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.Buffer3DSettings
A Buffer3DSettings object that contains the information necessary to describe a 3-D sound buffer.

This property is read/write. 

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.