mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-06-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'card-num' parameter to the 'Meter Enable' ['ME'] command in caed(8). * Added an 'RDCae::enableMetering()' method. * Modified rdairplay(1) to enable metering explicitly. * Modified rdcartslots(1) to enable metering explicitly. * Modified rdlibrary(1) to enable metering explicitly. * Modified rdpanel(1) to enable metering explicitly.
This commit is contained in:
@@ -45,6 +45,7 @@ class RDCae : public QObject
|
||||
RDCae(RDStation *station,RDConfig *config,QObject *parent=0);
|
||||
~RDCae();
|
||||
void connectHost();
|
||||
void enableMetering(std::vector<int> *cards);
|
||||
bool loadPlay(int card,QString name,int *stream,int *handle);
|
||||
void unloadPlay(int handle);
|
||||
void positionPlay(int handle,int pos);
|
||||
@@ -127,4 +128,4 @@ class RDCae : public QObject
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif // RDCAE_H
|
||||
|
||||
Reference in New Issue
Block a user