Interface for the DtAudioSettingsWidget.
More...
Detailed Description
Constructor & Destructor Documentation
| makVrv::DtAudioSettingsWidgetInterface::DtAudioSettingsWidgetInterface |
( |
| ) |
|
| virtual makVrv::DtAudioSettingsWidgetInterface::~DtAudioSettingsWidgetInterface |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtAudioSettingsWidgetInterface::setAudioEnabled |
( |
bool |
enabled | ) |
|
|
pure virtual |
| virtual void makVrv::DtAudioSettingsWidgetInterface::setVolume |
( |
int |
vol | ) |
|
|
pure virtual |
| virtual void makVrv::DtAudioSettingsWidgetInterface::setAudioPlaybackDevice |
( |
const std::string & |
val | ) |
|
|
pure virtual |
Sets current audio playback device in the widget.
- Parameters
-
| [in] | enabled | is the new audio capture device |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setAudioCaptureDevice |
( |
const std::string & |
val | ) |
|
|
pure virtual |
Sets current audio capture device in the widget.
- Parameters
-
| [in] | enabled | is the new audio capture device |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setShowAudioCaptureSettings |
( |
bool |
enabled | ) |
|
|
pure virtual |
Sets audio capture settings to be visible in the GUI.
- Parameters
-
| [in] | enabled | is the new state of showing audio capture settings |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setSpeedOfSound |
( |
double |
speed | ) |
|
|
pure virtual |
Sets the speed of sound.
Default is the speed of sound in air at STP
- Parameters
-
| [in] | vol | is the new speed of sound |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setMaxVoices |
( |
int |
voices | ) |
|
|
pure virtual |
| virtual void makVrv::DtAudioSettingsWidgetInterface::setMaximumOutputDecibelCapability |
( |
double |
decibels | ) |
|
|
pure virtual |
Set the sound system output capability.
- Parameters
-
| [in] | vol | is the new sound level capable of being produced by the attached speakers |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setEnvironmentalEnabled |
( |
bool |
enabled | ) |
|
|
pure virtual |
Sets environmental processing to be enabled/disabled in the widget.
- Parameters
-
| [in] | enabled | is the new state of environmental processing. |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setEnvironmentalAvailable |
( |
bool |
enabled | ) |
|
|
pure virtual |
Sets environmental processing to be enabled/disabled in the widget.
- Parameters
-
| [in] | enabled | is the new state of environmental processing. |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setPlaybackDeviceList |
( |
const std::vector< std::string > & |
devices | ) |
|
|
pure virtual |
Sets the list of available playback devices.
- Parameters
-
| [in] | the | list of device names to use in the widget |
Implemented in makVrv::DtAudioSettingsWidget.
| virtual void makVrv::DtAudioSettingsWidgetInterface::setCaptureDeviceList |
( |
const std::vector< std::string > & |
devices | ) |
|
|
pure virtual |
Sets the list of available capture devices.
- Parameters
-
| [in] | the | list of device names to use in the widget |
Implemented in makVrv::DtAudioSettingsWidget.
Member Data Documentation
| boost::signal<void (bool)> makVrv::DtAudioSettingsWidgetInterface::signal_AudioEnabledChanged |
Signal emitted when the user changes the audio enabled checkbox in the widget.
| boost::signal<void (int)> makVrv::DtAudioSettingsWidgetInterface::signal_VolumeChanged |
Signal emitted when the user changes the main volume in the widget.
| boost::signal<void (std::string)> makVrv::DtAudioSettingsWidgetInterface::signal_AudioPlaybackDeviceChanged |
Signal emitted when the user changes the audio playback device in the widget.
| boost::signal<void (std::string)> makVrv::DtAudioSettingsWidgetInterface::signal_AudioCaptureDeviceChanged |
Signal emitted when the user changes the audio capture device in the widget.
| boost::signal<void (double)> makVrv::DtAudioSettingsWidgetInterface::signal_SpeedOfSoundChanged |
Signal emitted when the user changes the speed of sound in the widget.
| boost::signal<void (int)> makVrv::DtAudioSettingsWidgetInterface::signal_MaxVoicesChanged |
signal emitted when the user changes the max voices in the widget
| boost::signal<void (double)> makVrv::DtAudioSettingsWidgetInterface::signal_MaxmimumOutputDecibelCapability |
signal emitted when the user changes the max output of the system in the widget
| boost::signal<void (bool)> makVrv::DtAudioSettingsWidgetInterface::signal_EnvironmentalProcessingEnabledChanged |
The documentation for this class was generated from the following file: