///////////////////////////////////////////////////////
| 97 | |
| 98 | //////////////////////////////////////////////////////////// |
| 99 | std::optional<std::uint32_t> getDeviceSampleRate() |
| 100 | { |
| 101 | return priv::AudioDevice::getDeviceSampleRate(); |
| 102 | } |
| 103 | |
| 104 | |
| 105 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected