swift
|
Audio setup such as input / output devices. More...
Public Member Functions | |
CAudioDeviceVolumeSetupComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CAudioDeviceVolumeSetupComponent () |
Destructor. | |
void | setInfo (const QString &info) |
Info string. | |
int | getInValue (int from=swift::misc::audio::CSettings::InMin, int to=swift::misc::audio::CSettings::InMax) const |
Get input and output volume values. | |
int | getOutValue (int from=swift::misc::audio::CSettings::OutMin, int to=swift::misc::audio::CSettings::OutMax) const |
Get input and output volume values. | |
int | getOutValueCom1 (int from=swift::misc::audio::CSettings::OutMin, int to=swift::misc::audio::CSettings::OutMax) const |
Get input and output volume values. | |
int | getOutValueCom2 (int from=swift::misc::audio::CSettings::OutMin, int to=swift::misc::audio::CSettings::OutMax) const |
Get input and output volume values. | |
void | setInValue (int value, int from=swift::misc::audio::CSettings::InMin, int to=swift::misc::audio::CSettings::InMax) |
Set input and output volume values. | |
void | setOutValue (int value, int from=swift::misc::audio::CSettings::InMin, int to=swift::misc::audio::CSettings::InMax) |
Set input and output volume values. | |
void | setOutValueCom1 (int value, int from=swift::misc::audio::CSettings::OutMin, int to=swift::misc::audio::CSettings::OutMax) |
Set input and output volume values. | |
void | setOutValueCom2 (int value, int from=swift::misc::audio::CSettings::OutMin, int to=swift::misc::audio::CSettings::OutMax) |
Set input and output volume values. | |
void | setInLevel (double value) |
Set input and output level values 0..1. | |
void | setOutLevel (double value) |
Set input and output level values 0..1. | |
Audio setup such as input / output devices.
Definition at line 33 of file audiodevicevolumesetupcomponent.h.