Start implementing new sound API
[projects/chimara/chimara.git] / libchimara / schannel.h
index 465e7dc51fe9b7095dbf870ffec104dd0a14bc2a..dd77f1a069cfd0268cf5ef7ed122293c70ddd48e 100644 (file)
@@ -25,6 +25,8 @@ struct glk_schannel_struct
        glui32 resource, notify;
        /* How many times to repeat the last sound played (-1 = forever) */
        glui32 repeats;
+       /* Whether channel is paused */
+       gboolean paused;
        
 #ifdef GSTREAMER_SOUND
        /* Each sound channel is represented as a GStreamer pipeline.  */
@@ -32,4 +34,4 @@ struct glk_schannel_struct
 #endif
 };
 
-#endif
\ No newline at end of file
+#endif