- This wiki is out of date, use the continuation of this wiki instead
Cd play
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:CD ==Definition== '''INT''' cd_play ( <'''INT''' cdID> , <'''INT''' trackNumber> ) Starts playing the specified track on the specified CD/DVD drive. ...)
Next diff →
Revision as of 20:16, 29 August 2008
Definition
INT cd_play ( <INT cdID> , <INT trackNumber> )
Starts playing the specified track on the specified CD/DVD drive.
Parameters
INT cdID | - The cdID of the CD/DVD drive of which the info is wanted. |
Returns
INT
0 | - Invalid CD/DVD drive or CD/DVD. |
1 | - The CD started playing. |
CD Functions | |
• Cd_currtrack() • Cd_drives() • Cd_eject() • Cd_getinfo() • Cd_name() • Cd_numtracks() • Cd_pause() • Cd_play() • Cd_resume() • Cd_status() • Cd_stop() • |