Microsoft SDK for Java

DSCursors Class

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;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.