| 66 | const char* getPluginFormatName() noexcept { return "Remote"; } |
| 67 | |
| 68 | FileBrowserHandle fileBrowserCreate(bool, ulong, double, const FileBrowserOptions&) { return nullptr; } |
| 69 | |
| 70 | uint32_t Plugin::getBufferSize() const noexcept { return 128; } |
| 71 | double Plugin::getSampleRate() const noexcept { return 48000; } |
no outgoing calls
no test coverage detected