Home | History | Annotate | Download | only in SDL

Lines Matching full:track

50 /** @name Track Types
51 * The types of CD-ROM track possible
71 Uint8 id; /**< Track number */
72 Uint8 type; /**< Data or audio track */
74 Uint32 length; /**< Length, in frames, of this track */
86 int cur_track; /**< Current track position */
87 int cur_frame; /**< Current frame offset within current track */
88 SDL_CDtrack track[SDL_MAX_TRACKS+1];
146 * get track information about the CD.
152 * // Play last track:
156 * // Play first and second track and 10 seconds of third track: