| 243 | |
| 244 | #ifdef __HAS_DEFAULT_DEVICE__ |
| 245 | static const char* getDefaultDeviceName() |
| 246 | { |
| 247 | return StringManager::getString(StringIds::default_audio_device_name); |
| 248 | } |
| 249 | #endif |
| 250 | |
| 251 | const std::vector<std::string>& getDevices() |
no test coverage detected