mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-22 16:41:22 +01:00
2023-10-16 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'end-pos' parameter from the 'Start Playback' CAE command. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -54,7 +54,7 @@ class RDCae : public QObject
|
||||
void connectToHost(int timeout_msecs=-1);
|
||||
void enableMetering(QList<int> *cards);
|
||||
int startPlayback(const QString &cutname,int cardnum,int portnum,
|
||||
int start_pos,int end_pos,int speed,int volume);
|
||||
int start_pos,int speed,int volume);
|
||||
void positionPlay(int serial,int pos);
|
||||
void pausePlayback(int serial);
|
||||
void resumePlayback(int serial);
|
||||
|
||||
Reference in New Issue
Block a user