| 130 | // The following behave identically as the above methods except for outputs. |
| 131 | |
| 132 | virtual std::vector<int> getOutputDeviceIds() { |
| 133 | return {}; |
| 134 | } |
| 135 | virtual int getDefaultOutputDeviceId() { |
| 136 | return -1; |
| 137 | } |
nothing calls this directly
no outgoing calls
no test coverage detected