Home | History | Annotate | Download | only in SDL

Lines Matching defs:track

49 /* The types of CD-ROM track possible */
66 Uint8 id; /* Track number */
67 Uint8 type; /* Data or audio track */
69 Uint32 length; /* Length, in frames, of this track */
80 int cur_track; /* Current track position */
81 int cur_frame; /* Current frame offset within current track */
82 SDL_CDtrack track[SDL_MAX_TRACKS+1];
130 get track information about the CD.
135 // Play last track:
139 // Play first and second track and 10 seconds of third track: