mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2016-10-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LockRdairplayMemory=' parameter to the [Hacks] section of rd.conf(5).
This commit is contained in:
@@ -85,6 +85,7 @@ class RDConfig
|
||||
QString jackPort(int num,int endpt) const;
|
||||
bool useStreamMeters() const;
|
||||
bool disableMaintChecks() const;
|
||||
bool lockRdairplayMemory() const;
|
||||
QString caeLogfile() const;
|
||||
bool enableMixerLogging() const;
|
||||
unsigned channels() const;
|
||||
@@ -136,6 +137,7 @@ class RDConfig
|
||||
QString conf_catchd_logname;
|
||||
bool conf_use_stream_meters;
|
||||
bool conf_disable_maint_checks;
|
||||
bool conf_lock_rdairplay_memory;
|
||||
std::vector<QString> conf_jack_ports[2];
|
||||
unsigned conf_channels;
|
||||
#ifndef WIN32
|
||||
|
Reference in New Issue
Block a user