BufferDescription.Guid3DAlgorithm Property

Language:

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 Guid
C# public Guid Guid3DAlgorithm { get; set; }
C++ public:
property Guid Guid3DAlgorithm {
        Guid get();
        void set(Guid value);
}
JScript public function get Guid3DAlgorithm() : Guid
public function set Guid3DAlgorithm(Guid);

Property Value

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

This property is read/write. 

Remarks

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


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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