Mercurial > hg > octave-nkf
diff scripts/@audiorecorder/resume.m @ 19673:e1f98e402a7e
New files - @audiorecorder and @audioplayer classes
* @audiorecorder: new files implementing methods for the audiorecorder class
* @audioplayer: new files implementing methods for the audioplayer class
author | Vytautas JanĨauskas <unaudio@gmail.com> |
---|---|
date | Wed, 11 Sep 2013 22:40:18 +0300 (2013-09-11) |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/scripts/@audiorecorder/resume.m @@ -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