6 #ifndef SWIFT_CORE_AUDIO_SETTINGS_H
7 #define SWIFT_CORE_AUDIO_SETTINGS_H
13 namespace swift::core::audio
19 static const char *
key() {
return "audio/%Application%/inputdevice"; }
24 static const QString name(
"Input device");
31 static const QString device(
"default");
40 static const char *
key() {
return "audio/%Application%/outputdevice"; }
45 static const QString name(
"Output device");
52 static const QString device(
"default");
Audio input device settings.
static const QString & defaultValue()
Return the value to use in case the supplied value does not satisfy the validator....
static const char * key()
Key string of the value. Reimplemented in derived class.
static const QString & humanReadable()
Optional human readable name.
Base class for traits to be used as template argument to swift::misc::CSetting.