BufferDescription.Guid3DAlgorithm Property (Microsoft.DirectX.DirectSound)

Retrieves or sets the unique identifier of the two-speaker virtualization algorithm to be used by DirectSound3D hardware emulation.

Definition

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

Property Value

System.Guid
A GuidLeave Site that represents the algorithm identifier to set or retrieve.

This property is read/write. 

Remarks

Use the GuidLeave Site fields in the DSoundHelper class to obtain a virtualization algorithm's GuidLeave Site to set in this method.