- This wiki is out of date, use the continuation of this wiki instead
Cd numtracks
From FenixWiki
(Difference between revisions)
Revision as of 20:32, 29 August 2008 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:CD ==Definition== '''INT''' cd_numtracks ( <'''INT''' cdID> ) Returns the number of tracks on the CD/DVD in the specified CD/DVD drive. == Parameters...) ← Previous diff |
Current revision (20:45, 29 August 2008) (edit) (undo) Sandman (Talk | contribs) |
||
Line 6: | Line 6: | ||
Returns the number of tracks on the CD/DVD in the specified CD/DVD drive. | Returns the number of tracks on the CD/DVD in the specified CD/DVD drive. | ||
+ | |||
+ | * ''Added in [[Fenix]] [[0.92a]]'' | ||
+ | * ''Removed in [[Fenix]] [[0.93]]'' (use [[cd_getinfo]]() and [[cdinfo]]) | ||
== Parameters == | == Parameters == |
Current revision
[edit] Definition
INT cd_numtracks ( <INT cdID> )
Returns the number of tracks on the CD/DVD in the specified CD/DVD drive.
[edit] Parameters
INT cdID | - The cdID of the CD/DVD drive with the CD of which the number of tracks is wanted. |
[edit] Returns
INT : The number of tracks on the CD.
0 | - Invalid CD/DVD drive; no tracks. |
!0 | - The number of tracks on the CD. |
CD Functions | |
• Cd_currtrack() • Cd_drives() • Cd_eject() • Cd_getinfo() • Cd_name() • Cd_numtracks() • Cd_pause() • Cd_play() • Cd_resume() • Cd_status() • Cd_stop() • |