Mercurial > sdl-ios-xcode
comparison docs/html/guidecdromexamples.html @ 181:e5bc29de3f0a
Updated from the SDL Documentation Project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Sep 2001 02:41:09 +0000 |
parents | 55f1f1b3e27d |
children | 355632dca928 |
comparison
equal
deleted
inserted
replaced
180:578815880307 | 181:e5bc29de3f0a |
---|---|
199 SDL_CDPlayTracks(cdrom, cdrom->numtracks-1, 0, 0, 0); | 199 SDL_CDPlayTracks(cdrom, cdrom->numtracks-1, 0, 0, 0); |
200 } | 200 } |
201 | 201 |
202 // Play first and second track and 10 seconds of third track: | 202 // Play first and second track and 10 seconds of third track: |
203 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) | 203 if ( CD_INDRIVE(SDL_CDStatus(cdrom)) ) |
204 SDL_CDPlayTracks(cdrom, 0, 0, 2, 10);</PRE | 204 SDL_CDPlayTracks(cdrom, 0, 0, 2, CD_FPS * 10);</PRE |
205 ></P | 205 ></P |
206 ></DIV | 206 ></DIV |
207 ></DIV | 207 ></DIV |
208 ><DIV | 208 ><DIV |
209 CLASS="NAVFOOTER" | 209 CLASS="NAVFOOTER" |