Returns the default device to use when the driver is selected, or -1 for none. */
| 110 | } |
| 111 | /** Returns the default device to use when the driver is selected, or -1 for none. */ |
| 112 | virtual int getDefaultInputDeviceId() { |
| 113 | return -1; |
| 114 | } |
| 115 | /** Returns the name of an input device without obtaining it. */ |
| 116 | virtual std::string getInputDeviceName(int deviceId) { |
| 117 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected