|
audiocddat/CDdeleteparser(3d) -- deletes a CD digital audio data parser
|
cdp A pointer to the CDPARSER to be deleted. |
audiocddat/CDeject(3d) -- ejects the caddy from the CD-ROM drive
|
cd A pointer to the CDPLAYER structure representing the target CD-ROM drive. |
audiocddat/CDframetomsf(3d) -- convert CD frame number to minutes, seconds, frame
|
fr The frame number to be converted. m A pointer to the location to store the minutes value. s A pointer to the location to store the seconds value. f A pointer to the location to store the frame value. |
audiocddat/CDframetotc(3d) -- convert CD frame number to timecode
|
fr The frame number to be converted. tc A pointer to the struct cdtimecode in which to place the result. |
audiocddat/CDgetstatus(3d) -- get current state of a CD-ROM drive
|
cd A pointer to the CDPLAYER structure representing the target CDROM drive. status A pointer to the CDSTATUS structure to be filled in. |
audiocddat/CDgettrackinfo(3d) -- get information about a specified track on an audio CD
|
cd A pointer to the CDPLAYER structure representing the target CDROM drive. track The number of the interesting track. info A pointer to the CDTRACKINFO structure to be filled in. |
audiocddat/CDintro(3d) -- Introduction to the Silicon Graphics CD Audio Library (CD)
|
libcdaudio provides support for audio compact discs in the CD-ROM drive. The library has three sections: support for operating the CD-ROM drive as a player, support for locating and transferring digital audio data into computer memory, and support for parsing and understanding the content of that data. There is some overlap between the first two sections. libcdaudio controls the CD-ROM through the user level SCSI interface /dev/scsi using the facilities of dslib(3). Programs using libcdaudio mus... |
complib/CDIV(3) -- EISPACK auxiliary routine.
|
Complex division, (cr,ci) = (ar,ai)/(br,bi) PPPPaaaaggggeeee 1111 |
audiocddat/CDmsftoblock(3d) -- convert time to logical block number
|
cd A pointer to the CDPLAYER structure representing the target CD-ROM drive. min,sec,frame The value to be converted in absolute time code. |
audiocddat/CDmsftoframe(3d) -- convert time to CD frame number
|
min,sec,frame The value to be converted in absolute time code. |
audiocddat/CDopen(3d) -- opens a CD-ROM drive for audio use
|
dev The name of the devscsi file associated with the CD-ROM device. E.g. /dev/scsi/sc0d4l0. If dev is NULL, then CDopen(3dm) will consult the hardware inventory table to locate a CD-ROM drive. direction A pointer to one of "r", "w", or "rw" indicating the direction of the I/O desired. |
audiocddat/CDparseframe(3d) -- parse a frame of CD digital audio data
|
cdp A pointer to the target CDPARSER cdfp A pointer to the frame of CD digital audio data to be parsed. |
audiocddat/CDplay(3d) -- play an audio CD through CD-ROM audio jacks
|
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. |