mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-21 08:01:16 +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:
@@ -43,6 +43,8 @@ class DriverJack : public Driver
|
||||
~DriverJack();
|
||||
QString version() const;
|
||||
bool initialize(unsigned *next_cardnum);
|
||||
int inputPortQuantity(int card) const;
|
||||
int outputPortQuantity(int card) const;
|
||||
bool loadPlayback(int card,QString wavename,int *stream);
|
||||
bool unloadPlayback(int card,int stream);
|
||||
bool playbackPosition(int card,int stream,unsigned pos);
|
||||
|
||||
Reference in New Issue
Block a user