The DSCursors Class of the com.ms.directX package contains the play and write positions in a DirectSoundBuffer object. Used with the getCurrentPosition method.
public final class DSCursors { // Fields public int play; public int write; }