Client.Create3DSoundBuffer Method |
Language: |
Visual Basic Public Function Create3DSoundBuffer( _
ByVal sourcePlayerID As Integer, _
ByVal sourceBuffer As Buffer, _
ByVal priority As Integer, _
ByVal flags As Integer _
) As Buffer3DC# public Buffer3D Create3DSoundBuffer(
int sourcePlayerID,
Buffer sourceBuffer,
int priority,
int flags
);C++ public:
Buffer3D^ Create3DSoundBuffer(
int sourcePlayerID,
Buffer^ sourceBuffer,
int priority,
int flags
);JScript public function Create3DSoundBuffer(
sourcePlayerID : int,
sourceBuffer : Buffer,
priority : int,
flags : int
) : Buffer3D;
sourcePlayerID System.Int32
sourceBuffer Microsoft.DirectX.DirectSound.Buffer
priority System.Int32
flags System.Int32
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