| 101 | } |
| 102 | |
| 103 | bool supports_profile(SoxrResampleProfile profile) const noexcept { |
| 104 | return profile == SoxrResampleProfile::QualityOnly || |
| 105 | (io_spec_ != nullptr && runtime_spec_ != nullptr); |
| 106 | } |
| 107 | |
| 108 | OneShotFn oneshot() const noexcept { |
| 109 | return oneshot_; |
no outgoing calls
no test coverage detected