comparison scripts/audio/@audioplayer/playblocking.m @ 19530:a9c67ed90fc0

fix audioplayer docstrings to work with new texinfo * audioplayer.m, get.m, play.m, playblocking.m, set.m: fix docstrings using stand alone deftypefnx tags
author Vytautas Jančauskas <unaudio@gmail.com>
date Fri, 20 Sep 2013 00:46:16 +0300
parents ee3ec3f02358
children 8bb399569393
comparison
equal deleted inserted replaced
19529:da6173d4e384 19530:a9c67ed90fc0
1 ## -*- texinfo -*- 1 ## -*- texinfo -*-
2 ## @deftypefn{Function File} playblocking (@var{playerObj}) 2 ## @deftypefn{Function File} playblocking (@var{playerObj})
3 ## Play back audio stored in the audioplayer object with blocking. 3 ## Play back audio stored in the audioplayer object with blocking.
4 ## @deftypefnx{Function File} playblocking (@var{playerObj}, @var{start}) 4 ## @end deftypefn
5 ## @deftypefn{Function File} playblocking (@var{playerObj}, @var{start})
5 ## Play back audio stored in the audioplayer object starting at the time in seconds specified by @var{start}. 6 ## Play back audio stored in the audioplayer object starting at the time in seconds specified by @var{start}.
6 ## @deftypefnx{Function File} playblocking (@var{playerObj}, [@var{start}, @var{end}]) 7 ## @end deftypefn
8 ## @deftypefn{Function File} playblocking (@var{playerObj}, [@var{start}, @var{end}])
7 ## Play back audio stored in the audioplayer object starting at the time in seconds specified by @var{start} and ending at the time specified by @var{end}. 9 ## Play back audio stored in the audioplayer object starting at the time in seconds specified by @var{start} and ending at the time specified by @var{end}.
8 ## @end deftypefn 10 ## @end deftypefn
9 11
10 function playblocking(varargin) 12 function playblocking(varargin)
11 if (nargin < 1 || nargin > 2) 13 if (nargin < 1 || nargin > 2)