CDPLAY.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:3k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. CDPLAY(1)                 Minix Programmer's Manual                  CDPLAY(1)
  2. NAME
  3.      cdplay - play audio compact disks
  4. SYNOPSIS
  5.      cdplay [ -a]|[-r]
  6. DESCRIPTION
  7.      Cdplay is  an  audio-cdplayer  it  can  be  used  interactively  or  non-
  8.      interactively.  With  no  flags  cdplay  is used interactively. When used
  9.      interactively cdplay can be either in non-playing  or  playing  mode.  In
  10.      non-playing  mode  you  can  select  tracks to be played. In playing mode
  11.      cdplay  shows  the  track-time,  remaining  track-time,  total-time   and
  12.      remaining total-time. Cdplay assumes the drive to be at /dev/cd0.
  13.      During non-playing mode the following commands are available:
  14.      cursor-up/down
  15.           browse through the track-list
  16.      spacebar
  17.           add track to the play-list
  18.      backspace
  19.           remove a track from the play-list
  20.      s    start playing the tracks in the play-list.  When  the  play-list  is
  21.           empty  start  playing  from  the  current position in the track-list
  22.           until the end of the cd
  23.      p    play the track on the current position in the track-list
  24.      r    play all tracks in a random order (shuffle play)
  25.      e    exit cdplay
  26.      During playing mode the following commands are available:
  27.      s    stop playing, return to non-playing mode
  28.      spacebar
  29.           pause/resume current track
  30.      cursor-up/down
  31.           skip to next/previous track
  32.                                                                              1
  33. CDPLAY(1)                 Minix Programmer's Manual                  CDPLAY(1)
  34. OPTIONS
  35.      When one  of  these  options  is  used  cdplay  does  everything  in  the
  36.      background.
  37.      -a   Play all tracks, cdplay tells the drive to play all tracks and  then
  38.           it immediately returns to the user
  39.      -r   Play all tracks in random order (shuffle play). Cdplay  forks  of  a
  40.           new  process  which  starts up a track, during that track it sleeps.
  41.           When the track is finished it wakes up to start the next  track  and
  42.           goes  to  sleep again. The parent process immediately returns to the
  43.           user.
  44. BUGS
  45.      Cdplay does not sense if a cd has changed, so don't switch cd's.  If  you
  46.      want  to  play  another cd you have to insert the new cd and start cdplay
  47.      again.
  48. AUTHOR
  49.      Michel R. Prevenier (mrpreve@cs.vu.nl)
  50.                                                                              2