Update to 2.0.1
This commit is contained in:
@@ -15,7 +15,16 @@ public:
|
||||
virtual bool StopStreaming() = 0; // 停止流式播放
|
||||
virtual size_t GetBufferSize() const = 0;
|
||||
virtual bool IsDownloading() const = 0;
|
||||
virtual bool IsPlaying() const = 0;
|
||||
virtual bool IsPaused() const = 0;
|
||||
virtual int16_t* GetAudioData() = 0;
|
||||
|
||||
// MCP工具需要的方法
|
||||
virtual bool PlaySong() = 0;
|
||||
virtual bool SetVolume(int volume) = 0;
|
||||
virtual bool StopSong() = 0;
|
||||
virtual bool PauseSong() = 0;
|
||||
virtual bool ResumeSong() = 0;
|
||||
};
|
||||
|
||||
#endif // MUSIC_H
|
||||
Reference in New Issue
Block a user