| 150 | } |
| 151 | |
| 152 | size_t DeviceManagerOpenSl::getFramesPerBlockHardware( const DeviceRef &device ) |
| 153 | { |
| 154 | return mJniImpl->getFramesPerBlock(); |
| 155 | } |
| 156 | |
| 157 | void DeviceManagerOpenSl::setSampleRate( const DeviceRef &device, size_t sampleRate ) |
| 158 | { |
nothing calls this directly
no test coverage detected