diff scripts/audio/@audiorecorder/resume.m @ 19522:ee3ec3f02358

maint: moved @audiorecorder and @audioplayer folders inside the audio folder
author Vytautas Jančauskas <unaudio@gmail.com>
date Wed, 18 Sep 2013 00:16:28 +0300
parents scripts/@audiorecorder/resume.m@e1f98e402a7e
children 8bb399569393
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/audio/@audiorecorder/resume.m	Wed Sep 18 00:16:28 2013 +0300
@@ -0,0 +1,8 @@
+## -*- texinfo -*-
+## @deftypefn{Function File} resume (@var{recorderObj})
+## Will resume recording if pause was used before on @var{recorderObj}.
+## @end deftypefn
+
+function resume(recorder)
+    __recorder_resume__(struct(recorder).recorder);
+endfunction
\ No newline at end of file