2019-05-29 Fred Gleason <fredg@paravelsystems.com>

* Documented the 'Stop Recording' ['SR'] command in the CAE
	API documentation.
This commit is contained in:
Fred Gleason
2019-05-29 18:45:08 -04:00
parent 37c872eaf4
commit 8f008d1d70
2 changed files with 36 additions and 0 deletions

View File

@@ -18705,3 +18705,6 @@
* Removed 'Q3Process' dependency from caed(8).
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
* Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'.
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'Stop Recording' ['SR'] command in the CAE
API documentation.

View File

@@ -545,6 +545,39 @@
</para>
</sect2>
<sect2>
<title><command>Stop Recording</command></title>
<para>
Stop recording of the specified record interface.
</para>
<para>
<userinput>SR <replaceable>card-num</replaceable>
<replaceable>stream-num</replaceable>!</userinput>
</para>
<variablelist>
<varlistentry>
<term>
<replaceable>card-num</replaceable>
</term>
<listitem>
<para>
The number of the audio adapter.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<replaceable>stream-num</replaceable>
</term>
<listitem>
<para>
The stream number.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
<sect2>
<title><command>Record Start</command> (Receive Only)</title>
<para>