mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-04-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed bug in the RDCatch subsystem that caused audio format parameters to be confounded between uploaded and audio store files. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <qsqldatabase.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
#include <rdcae.h>
|
||||
#include <rdsettings.h>
|
||||
|
||||
class RDDeck
|
||||
@@ -44,8 +45,8 @@ class RDDeck
|
||||
void setMonitorPortNumber(int port) const;
|
||||
bool defaultMonitorOn() const;
|
||||
void setDefaultMonitorOn(bool state) const;
|
||||
RDSettings::Format defaultFormat() const;
|
||||
void setDefaultFormat(RDSettings::Format format) const;
|
||||
RDCae::AudioCoding defaultFormat() const;
|
||||
void setDefaultFormat(RDCae::AudioCoding coding) const;
|
||||
int defaultChannels() const;
|
||||
void setDefaultChannels(int chan) const;
|
||||
int defaultBitrate() const;
|
||||
|
||||
Reference in New Issue
Block a user