CDplay(3dm) CDplay(3dm)
CDplay - play an audio CD through CD-ROM audio jacks
#include <sys/types.h>
#include <dmedia/cdaudio.h>
int CDplay(CDPLAYER* cd, int start, int play)
cd A pointer to the CDPLAYER structure representing the target CDROM
drive.
start The number of the track at which to start playing the CD.
play If 0, play indicates that the CD will be set to an initial paused
state by this function. CDtogglepause(3dm) can then be used to
commence play.
If successful, this function returns a non-zero value otherwise zero is
returned.
CDplay(3dm) starts playback of an audio CD in the CD-ROM drive at the
specified track. The audio output appears on the CD-ROM drive's
headphone and audio jacks (if fitted). Play stops at the end of the
disc.
The CDplay(3dm) function should not be used in conjunction with the
CDreadda(3dm) function.
CDintro(3dm), CDclose(3dm), CDgetstatus(3dm), CDgettrackinfo(3dm),
CDeject(3dm), CDopen(3dm), CDplay(3dm), CDreadda(3dm), CDstop(3dm),
CDtogglepause(3dm)
Roger Chickering, Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|