mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-20 23:51:21 +01:00
2023-11-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in caed(8) that could cause play-outs from different hosts to cross-talk into each other's outputs when using a shared caed(8) instance. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -48,8 +48,8 @@ class Driver : public QObject
|
||||
bool hasCard(int cardnum) const;
|
||||
virtual QString version() const=0;
|
||||
virtual bool initialize(unsigned *next_cardnum)=0;;
|
||||
|
||||
public:
|
||||
virtual int inputPortQuantity(int card) const=0;
|
||||
virtual int outputPortQuantity(int card) const=0;
|
||||
virtual bool loadPlayback(int card,QString wavename,int *stream)=0;
|
||||
virtual bool unloadPlayback(int card,int stream)=0;
|
||||
virtual bool playbackPosition(int card,int stream,unsigned pos)=0;
|
||||
|
||||
Reference in New Issue
Block a user