This method of the DirectSound3dBuffer Class retrieves the current velocity for this sound buffer.
public void getVelocity(D3dVector velocity);
velocity | The D3dVector that will contain the sound buffer's current velocity. |
Velocity is used for Doppler effects only. It does not actually move the buffer.