feat: SAF file picker, fd to jni code
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
virtual ~PlaybackEngine();
|
||||
/** Play a beat sound. */
|
||||
virtual void playBeat();
|
||||
void playMusic(int fd);
|
||||
private:
|
||||
MixingPlayer *mPlayer;
|
||||
std::string mFilesDir;
|
||||
|
||||
Reference in New Issue
Block a user