Platform SDK: DirectX |
The DirectSoundBuffer.GetDirectSound3DBuffer method returns a DirectSound3DBuffer object.
object.GetDirectSound3DBuffer() As DirectSound3DBuffer
If the method succeeds, a DirectSound3DBuffer object is returned.
If the method fails, an error is raised and Err.Number may be set to E_NOINTERFACE or DSERR_OUTOFMEMORY.
The method succeeds only on buffers that have been created with the DSBCAPS_CTRL3D flag.