Microsoft DirectX 9.0 SDK Update (October 2004)

Buffer3D.AllParameters Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property AllParameters As Buffer3DSettings
C# public Buffer3DSettings AllParameters { get; set; }
Managed C++ public: __property Buffer3DSettings get_AllParameters();
public: __property void set_AllParameters(Buffer3DSettings);
JScript .NET 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
ArgumentException Leave Site An invalid parameter was passed to the called method.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center