diff options
Diffstat (limited to 'visualization/renderer/qmppluginapistub.hpp')
-rw-r--r-- | visualization/renderer/qmppluginapistub.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/visualization/renderer/qmppluginapistub.hpp b/visualization/renderer/qmppluginapistub.hpp index 4a9024d..ede08d3 100644 --- a/visualization/renderer/qmppluginapistub.hpp +++ b/visualization/renderer/qmppluginapistub.hpp @@ -20,6 +20,7 @@ public: uint32_t getMaxPolyphone(); uint32_t getCurrentTimeStamp(); uint32_t getCurrentPlaybackPercentage(); + PlaybackStatus getPlaybackStatus(); int getChannelCC(int ch, int cc); int getChannelPreset(int ch); void playerSeek(uint32_t percentage); |