From 8f008d1d7063b8c9b56eb79de0758c70e1833254 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 29 May 2019 18:45:08 -0400 Subject: [PATCH] 2019-05-29 Fred Gleason * Documented the 'Stop Recording' ['SR'] command in the CAE API documentation. --- ChangeLog | 3 +++ docs/apis/cae.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 42c3fc2b..c549e9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18705,3 +18705,6 @@ * Removed 'Q3Process' dependency from caed(8). 2019-05-29 Fred Gleason * Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'. +2019-05-29 Fred Gleason + * Documented the 'Stop Recording' ['SR'] command in the CAE + API documentation. diff --git a/docs/apis/cae.xml b/docs/apis/cae.xml index 72ec24c3..b33a5972 100644 --- a/docs/apis/cae.xml +++ b/docs/apis/cae.xml @@ -545,6 +545,39 @@ + + <command>Stop Recording</command> + + Stop recording of the specified record interface. + + + SR card-num + stream-num! + + + + + card-num + + + + The number of the audio adapter. + + + + + + stream-num + + + + The stream number. + + + + + + <command>Record Start</command> (Receive Only)