| 97 | SoxrApi & operator=(const SoxrApi &) = delete; |
| 98 | |
| 99 | bool available() const noexcept { |
| 100 | return handle_ != nullptr; |
| 101 | } |
| 102 | |
| 103 | bool supports_profile(SoxrResampleProfile profile) const noexcept { |
| 104 | return profile == SoxrResampleProfile::QualityOnly || |
no outgoing calls
no test coverage detected