| 53 | ~AudioSetting() = default; |
| 54 | |
| 55 | std::string name() const { return _desc->name; } |
| 56 | std::string shortName() const { return _desc->shortName; } |
| 57 | SettingType type() const { return _desc->type; } |
| 58 | char const * const * enums() const { return _desc->enums; } |
nothing calls this directly
no outgoing calls
no test coverage detected