2023-12-15 Fred Gleason <fredg@paravelsystems.com>

* Removed vestigal support for the 'Open RTP Capture Channel' ['CO']
	CAE command.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-12-15 14:07:52 -05:00
parent a7c9019173
commit b44511f400
5 changed files with 8 additions and 102 deletions

View File

@@ -97,9 +97,6 @@ class CaeServer : public QObject
void setAudioPassthroughLevelReq(int id,unsigned card,unsigned input,
unsigned output,int level);
void setClockSourceReq(int id,unsigned card,int input);
void openRtpCaptureChannelReq(int id,unsigned card,unsigned port,
uint16_t udp_port,unsigned samprate,
unsigned chans);
void meterEnableReq(int id,uint16_t udp_port,const QList<unsigned> &cards);
private slots: