#include <ActiveAESettings.h>
|
static void | SettingOptionsAudioDevicesFiller (const std::shared_ptr< const CSetting > &setting, std::vector< StringSettingOption > &list, std::string ¤t, void *data) |
|
static void | SettingOptionsAudioDevicesPassthroughFiller (const std::shared_ptr< const CSetting > &setting, std::vector< StringSettingOption > &list, std::string ¤t, void *data) |
|
static void | SettingOptionsAudioQualityLevelsFiller (const std::shared_ptr< const CSetting > &setting, std::vector< IntegerSettingOption > &list, int ¤t, void *data) |
|
static void | SettingOptionsAudioStreamsilenceFiller (const std::shared_ptr< const CSetting > &setting, std::vector< IntegerSettingOption > &list, int ¤t, void *data) |
|
static bool | IsSettingVisible (const std::string &condition, const std::string &value, const std::shared_ptr< const CSetting > &setting, void *data) |
|
◆ CActiveAESettings()
ActiveAE::CActiveAESettings::CActiveAESettings |
( |
CActiveAE & | ae | ) |
|
◆ ~CActiveAESettings()
ActiveAE::CActiveAESettings::~CActiveAESettings |
( |
| ) |
|
|
override |
◆ IsSettingVisible()
bool ActiveAE::CActiveAESettings::IsSettingVisible |
( |
const std::string & | condition, |
|
|
const std::string & | value, |
|
|
const std::shared_ptr< const CSetting > & | setting, |
|
|
void * | data ) |
|
static |
◆ OnSettingChanged()
void ActiveAE::CActiveAESettings::OnSettingChanged |
( |
const 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 |
( |
const std::shared_ptr< const CSetting > & | setting, |
|
|
std::vector< StringSettingOption > & | list, |
|
|
std::string & | current, |
|
|
void * | data ) |
|
static |
◆ SettingOptionsAudioDevicesFillerGeneral()
void ActiveAE::CActiveAESettings::SettingOptionsAudioDevicesFillerGeneral |
( |
const std::shared_ptr< const CSetting > & | setting, |
|
|
std::vector< StringSettingOption > & | list, |
|
|
std::string & | current, |
|
|
bool | passthrough ) |
|
staticprotected |
◆ SettingOptionsAudioDevicesPassthroughFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioDevicesPassthroughFiller |
( |
const std::shared_ptr< const CSetting > & | setting, |
|
|
std::vector< StringSettingOption > & | list, |
|
|
std::string & | current, |
|
|
void * | data ) |
|
static |
◆ SettingOptionsAudioQualityLevelsFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioQualityLevelsFiller |
( |
const std::shared_ptr< const CSetting > & | setting, |
|
|
std::vector< IntegerSettingOption > & | list, |
|
|
int & | current, |
|
|
void * | data ) |
|
static |
◆ SettingOptionsAudioStreamsilenceFiller()
void ActiveAE::CActiveAESettings::SettingOptionsAudioStreamsilenceFiller |
( |
const std::shared_ptr< const CSetting > & | setting, |
|
|
std::vector< IntegerSettingOption > & | list, |
|
|
int & | current, |
|
|
void * | data ) |
|
static |
◆ m_audioEngine
CActiveAE& ActiveAE::CActiveAESettings::m_audioEngine |
|
protected |
◆ m_cs
CCriticalSection ActiveAE::CActiveAESettings::m_cs |
|
protected |
◆ m_instance
The documentation for this class was generated from the following files: