| 108 | } |
| 109 | |
| 110 | unsigned int CDSound::GetDeviceCount() const |
| 111 | { |
| 112 | return devices_.size(); // // // |
| 113 | } |
| 114 | |
| 115 | std::string_view CDSound::GetDeviceName(unsigned int iDevice) const { // // // |
| 116 | if (iDevice < devices_.size()) |
no test coverage detected