diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qmpcorepublic.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp index bebde30..c6caed5 100644 --- a/include/qmpcorepublic.hpp +++ b/include/qmpcorepublic.hpp @@ -136,6 +136,7 @@ class qmpPluginAPI virtual int getChannelPreset(int ch)=0; virtual void playerSeek(uint32_t percentage)=0; virtual double getPitchBend(int ch)=0; + virtual void getPitchBendRaw(int ch,uint32_t *pb,uint32_t *pbr)=0; virtual bool getChannelMask(int ch)=0; virtual std::string getTitle()=0; virtual std::wstring getWTitle()=0; |