diff jssmix.h @ 227:b7e23d91a8c2

Add jvmReset() function for reseting channel's position and pitch.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Oct 2012 01:44:34 +0300
parents 0c9438a2c72a
children 1e89cd081956
line wrap: on
line diff
--- a/jssmix.h	Mon Oct 08 01:19:48 2012 +0300
+++ b/jssmix.h	Mon Oct 08 01:44:34 2012 +0300
@@ -129,6 +129,7 @@
  */
 void        jvmPlay(JSSMixer *mixer, const int channel);
 void        jvmStop(JSSMixer *mixer, const int channel);
+void        jvmReset(JSSMixer * mixer, const int channel);
 
 void        jvmSetSample(JSSMixer *mixer, const int channel,
             void *data, const Sint32 size, const Sint32 loopS,