Autopausing when headphone unplugged
[someplayer] / src / player / player.h
index 2ecc032..71d0b27 100644 (file)
@@ -82,6 +82,8 @@ namespace SomePlayer {
                        void enqueue(int id);
                        void toggle();
                        void play();
+                       void pause();
+                       void playIfPaused();
                        void stop();
                        void next();
                        void prev();