#include <ActiveAESettings.h>
|
static void | SettingOptionsAudioDevicesFiller (std::shared_ptr< const CSetting > setting, std::vector< std::pair< std::string, std::string > > &list, std::string ¤t, void *data) |
|
static void | SettingOptionsAudioDevicesPassthroughFiller (std::shared_ptr< const CSetting > setting, std::vector< std::pair< std::string, std::string > > &list, std::string ¤t, void *data) |
|
static void | SettingOptionsAudioQualityLevelsFiller (std::shared_ptr< const CSetting > setting, std::vector< std::pair< std::string, int > > &list, int ¤t, void *data) |
|
static void | SettingOptionsAudioStreamsilenceFiller (std::shared_ptr< const CSetting > setting, std::vector< std::pair< std::string, int > > &list, int ¤t, void *data) |
|
static bool | IsSettingVisible (const std::string &condition, const std::string &value, std::shared_ptr< const CSetting > setting, void *data) |
|
§ CActiveAESettings()
ActiveAE::CActiveAESettings::CActiveAESettings |
( |
CActiveAE & |
ae | ) |
|
§ ~CActiveAESettings()
ActiveAE::CActiveAESettings::~CActiveAESettings |
( |
| ) |
|
|
virtual |
§ IsSettingVisible()
bool ActiveAE::CActiveAESettings::IsSettingVisible |
( |
const std::string & |
condition, |
|
|
const std::string & |
value, |
|
|
std::shared_ptr< const CSetting > |
setting, |
|
|
void * |
data |
|
) |
| |
|
static |
§ OnSettingChanged()
void ActiveAE::CActiveAESettings::OnSettingChanged |
( |
std::shared_ptr< const CSetting > |
setting | ) |
|
|
overridevirtual |
The value of the given setting has changed.
This callback is triggered whenever the value of a setting has been successfully changed (i.e. none of the OnSettingChanging() handlers) has reverted the change.
- Parameters
-
setting | The setting whose value has been changed |
Reimplemented from ISettingCallback.
§ SettingOptionsAudioDevicesFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioDevicesFiller |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, std::string > > & |
list, |
|
|
std::string & |
current, |
|
|
void * |
data |
|
) |
| |
|
static |
§ SettingOptionsAudioDevicesFillerGeneral()
void ActiveAE::CActiveAESettings::SettingOptionsAudioDevicesFillerGeneral |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, std::string > > & |
list, |
|
|
std::string & |
current, |
|
|
bool |
passthrough |
|
) |
| |
|
staticprotected |
§ SettingOptionsAudioDevicesPassthroughFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioDevicesPassthroughFiller |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, std::string > > & |
list, |
|
|
std::string & |
current, |
|
|
void * |
data |
|
) |
| |
|
static |
§ SettingOptionsAudioQualityLevelsFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioQualityLevelsFiller |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, int > > & |
list, |
|
|
int & |
current, |
|
|
void * |
data |
|
) |
| |
|
static |
§ SettingOptionsAudioStreamsilenceFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioStreamsilenceFiller |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, int > > & |
list, |
|
|
int & |
current, |
|
|
void * |
data |
|
) |
| |
|
static |
§ m_audioEngine
CActiveAE& ActiveAE::CActiveAESettings::m_audioEngine |
|
protected |
§ m_cs
§ m_instance
The documentation for this class was generated from the following files: