Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class DSCursors

public final class DSCursors
{
  // Fields
  public int play;
  public int write;
}

Contains the play and write positions in a DirectSoundBuffer object. Used with the getCurrentPosition method.

Fields

play
Current play position in the DirectSoundBuffer object. This position is an offset within the sound buffer and is specified in bytes.
write
Current write position in the DirectSoundBuffer object. This position is an offset within the sound buffer and is specified in bytes.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.