function display(obj)
%DISPLAY Display method for audioplayer objects.
%
%    DISPLAY(OBJ) displays information pertaining to the audioplayer object.
%
%    See also AUDIOPLAYER/GET.

%    JCS
%    Copyright 2003 The MathWorks, Inc. 
%    $Revision: 1.1.6.1 $  $Date: 2003/12/04 19:00:09 $

% Display the properties
get(obj);

