Implemented sound repeats
[projects/chimara/chimara.git] / libchimara / schannel.h
index 846f13ef0e7381458683ed8b70601d8680a90911..4a4b1fdcfea5964d184f4fb5746a936c127bbc90 100644 (file)
@@ -18,6 +18,9 @@ struct glk_schannel_struct
         this sound channel */
        GList *schannel_list;
 
+       /* How many times to repeat the last sound played (-1 = forever) */
+       glui32 repeats;
+       
 #ifdef GSTREAMER_SOUND
        /* Each sound channel is represented as a GStreamer pipeline.  */
        GstElement *pipeline, *source, *typefind, *demux, *decode, *convert, *filter, *sink;