Pan Enumeration
|
Language: |
Contains constants which describe how a buffer plays a sound in the stereo (2-channel) field.
Definition
| Visual Basic |
Public Enum Pan |
| C# |
public enum Pan |
| C++ |
public enum class Pan |
| JScript |
public enum Pan |
Members
| Member |
Value |
Description |
|
Center |
0 |
Equal volume in both channels. |
|
Right |
10000 |
The right channel is at normal volume, and the left channel is effectively silent. |
|
Left |
-10000 |
The left channel is at normal volume, and the right channel is effectively silent. |
Enumeration Information
| Namespace |
Microsoft.DirectX.DirectSound |
| Assembly |
Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll) |
| Strong Name |
Microsoft.DirectX.DirectSound,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also
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