bool removeAudioSourceAt(int index) { if (_engine == ffi.nullptr) return false; return _removeFromPlaylist(_engine, index) != 0; }