| 38 | return deviceIds; |
| 39 | } |
| 40 | int getDefaultInputDeviceId() override { |
| 41 | return 0; |
| 42 | } |
| 43 | std::string getInputDeviceName(int deviceId) override { |
| 44 | return getDevice(deviceId)->getName(); |
| 45 | } |
nothing calls this directly
no outgoing calls
no test coverage detected