The CONST_DSBPLAYFLAGS enumeration is used in flags parameter of the DirectSoundBuffer.Play method to specify how to play the buffer.
Enum CONST_DSBPLAYFLAGS DSBPLAY_DEFAULT = 0 DSBPLAY_LOOPING = 1 End Enum