This method of the DirectSound3dBuffer Class retrieves the sound buffer's current position, in distance units. Distance units are meters by default, but the units can be changed by using the setDistanceFactor method.
public void getPosition(D3dVector position);
position | The D3dVector that will contain the current position of the sound buffer. |