Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class DSCursors

public final class DSCursors { 
     public int dwPlay;
     public int dwWrite;
}

Contains the play and write positions in a dSoundBuffer object. Used with the GetCurrentPosition method.

Fields

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


© 1996 Microsoft Corporation. All rights reserved.