Platform SDK: DirectX |
The IDirectSound3DBuffer::SetVelocity method sets the sound buffer's current velocity.
HRESULT SetVelocity( D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply );
If the method succeeds, the return value is DS_OK.
If the method fails, the return value may be DSERR_INVALIDPARAM.
Velocity is used for Doppler effects only. It does not actually move the buffer. For additional information, see Doppler Factor.
The default unit of measurement is meters per second, but this can be changed by using the IDirectSound3DListener::SetDistanceFactor method.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dsound.h.
Import Library: Use dsound.lib.
IDirectSound3DBuffer::SetPosition, IDirectSound3DBuffer::GetVelocity