Package com.ms.com.directX |
|
 Previous |
 Microsoft Packages |
 Index |
 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.