]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_group.hxx
Merge branch 'timoore/effects-anim-rebase' into next
[simgear.git] / simgear / sound / sample_group.hxx
index c0b0fdc6b6c2f5a676ee988587f4095d11debd1e..d2d47394d4530a32a33f68db431e4212f5e6638b 100644 (file)
@@ -128,6 +128,11 @@ public:
      */
     SGSoundSample *find( const string& refname );
 
+    /**
+     * Stop all playing samples and set the source id to invalid.
+     */
+    void stop();
+
     /**
      * Request to stop playing all audio samples until further notice.
      */