mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2021-04-13 David Klann <dklann@broadcasttool.com>
* Changed the way in which the VU Meter UDP port is chosen. One
can now specify the base port number and the maximum number of UDP
ports to consider when caed(8) sets up the VU meter port.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -111,6 +111,8 @@ class RDCae : public QObject
|
||||
int cae_handle[RD_MAX_CARDS][RD_MAX_STREAMS];
|
||||
unsigned cae_pos[RD_MAX_CARDS][RD_MAX_STREAMS];
|
||||
QUdpSocket *cae_meter_socket;
|
||||
int cae_meter_base_port;
|
||||
int cae_meter_port_range;
|
||||
short cae_input_levels[RD_MAX_CARDS][RD_MAX_PORTS][2];
|
||||
short cae_output_levels[RD_MAX_CARDS][RD_MAX_PORTS][2];
|
||||
short cae_stream_output_levels[RD_MAX_CARDS][RD_MAX_PORTS][2];
|
||||
|
||||
Reference in New Issue
Block a user