Home | History | Annotate | Download | only in SDL

Lines Matching defs:track

45 /* The types of CD-ROM track possible */
62 Uint8 id; /* Track number */
63 Uint8 type; /* Data or audio track */
65 Uint32 length; /* Length, in frames, of this track */
76 int cur_track; /* Current track position */
77 int cur_frame; /* Current frame offset within current track */
78 SDL_CDtrack track[SDL_MAX_TRACKS+1];
126 get track information about the CD.
131 // Play last track:
135 // Play first and second track and 10 seconds of third track: