Lines Matching full:play
118 play position of the CD will be stored in the SDL_CD structure.
122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
123 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
128 // Play entire CD:
131 // Play last track:
135 // Play first and second track and 10 seconds of third track:
144 /* Play the given CD starting at 'start' frame for 'length' frames.
149 /* Pause play -- returns 0, or -1 on error */
152 /* Resume play -- returns 0, or -1 on error */
155 /* Stop play -- returns 0, or -1 on error */