Home | History | Annotate | Download | only in SDL

Lines Matching full:play

122    play position of the CD will be stored in the SDL_CD structure.
126 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
127 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
132 // Play entire CD:
135 // Play last track:
139 // Play first and second track and 10 seconds of third track:
148 /* Play the given CD starting at 'start' frame for 'length' frames.
153 /* Pause play -- returns 0, or -1 on error */
156 /* Resume play -- returns 0, or -1 on error */
159 /* Stop play -- returns 0, or -1 on error */