Home | History | Annotate | Download | only in macos

Lines Matching full:track

33 #define kReadQ   			101		/* Extract Q subcode info for the current track */
41 #define kSetTrackList 122 /* Set the track program for the audio CD to play */
42 #define kGetTrackList 123 /* Get the track program the audio CD is playing */
43 #define kGetTrackIndex 124 /* Get the track index the audio CD is playing */
55 #define kTrackPosition 2 /* Position at the specified track number (in BCD) */
56 #define kIndexPosition 3 /* Position at the nth track in program (in BCD) */
58 #define kMutedPlayMode 0 /* Play the audio track with no output */
59 #define kStereoPlayMode 9 /* Play the audio track in normal stereo */
62 #define kDataTrackMask 0x04 /* Indicates Data Track */
64 #define kGetTrackRange 1 /* Query TOC for track numbers */
66 #define kGetTrackEntries 3 /* Query TOC for track starts and data types */
69 #define kStatusPaused 1 /* CD-ROM device in Hold Track ("Pause") state */
131 unsigned char control : 4; /* Track flags (data track?) */
132 unsigned char min; /* Start of track (BCD) */
133 unsigned char sec; /* Start of track (BCD) */
134 unsigned char frame; /* Start of track (BCD) */