Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CDplaytrackabs(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

CDintro(3dm)

CDclose(3dm)

CDgetstatus(3dm)

CDgettrackinfo(3dm)

CDeject(3dm)

CDopen(3dm)

CDplay(3dm)

CDreadda(3dm)

CDstop(3dm)

CDtogglepause(3dm)



CDplaytrackabs(3dm)                                        CDplaytrackabs(3dm)



NAME
     CDplaytrackabs - play a track from an audio CD (beginning at a specified
     absolute time location) through CD-ROM audio jacks

SYNOPSIS
     #include <sys/types.h>
     #include <dmedia/cdaudio.h>

     int CDplaytrackabs(CDPLAYER* cd, int track,
     int min, int sec, int frame,

PARAMETERS
     cd              A pointer to the CDPLAYER structure representing the
                     target CD-ROM drive.

     track           The CD audio track to be played.

     min,sec,frame   The coordinates of the absolute time location 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.

RETURNED VALUE
     If successful, this function returns a non-zero value otherwise zero is
     returned.

DESCRIPTION
     CDplaytrackabs(3dm) starts playback of an audio CD in the CD-ROM drive at
     the specified minutes, seconds, and frame number location in absolute
     timecode.  The audio output appears on the CD-ROM drive's headphone and
     audio jacks (if fitted).  Play stops at the end of the track.

WARNING
     The CDplaytrackabs(3dm) function should not be used in conjunction with
     the CDreadda(3dm) function.

SEE ALSO
     CDintro(3dm), CDclose(3dm), CDgetstatus(3dm), CDgettrackinfo(3dm),
     CDeject(3dm), CDopen(3dm), CDplay(3dm), CDreadda(3dm), CDstop(3dm),
     CDtogglepause(3dm)

AUTHOR
     Roger Chickering, Mark Callow










                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026