| 9 | namespace lab { |
| 10 | |
| 11 | struct AudioParamDescriptor |
| 12 | { |
| 13 | char const * const name; |
| 14 | char const * const shortName; |
| 15 | double defaultValue, minValue, maxValue; |
| 16 | }; |
| 17 | |
| 18 | } // namespace |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected