mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +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:
@@ -1459,11 +1459,14 @@
|
||||
<sect2>
|
||||
<title><command>Meter Enable</command></title>
|
||||
<para>
|
||||
Set UDP port to whcih to send meter update messages.
|
||||
Set UDP port to which to send meter update messages for the specified
|
||||
card(s).
|
||||
</para>
|
||||
<para>
|
||||
<userinput>ME
|
||||
<replaceable>udp-port</replaceable>!</userinput>
|
||||
<replaceable>udp-port</replaceable>
|
||||
<replaceable>card0</replaceable>
|
||||
<replaceable>..</replaceable>!</userinput>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -1476,6 +1479,16 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>card0</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Audio card number for which to send updates.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
Reference in New Issue
Block a user