- This wiki is out of date, use the continuation of this wiki instead
Cd currtrack
From FenixWiki
(Difference between revisions)
Revision as of 20:41, 29 August 2008 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:CD ==Definition== '''INT''' cd_currtrack ( <'''INT''' cdID> ) Returns the currently being played track on the specified CD/DVD drive. ''Added in Feni...) ← Previous diff |
Revision as of 20:43, 29 August 2008 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 7: | Line 7: | ||
Returns the currently being played track on the specified CD/DVD drive. | Returns the currently being played track on the specified CD/DVD drive. | ||
- | ''Added in Fenix 0.92a'' | + | * ''Added in [[Fenix 0.92a]]'' |
- | ''Removed in Fenix 0.93'' | + | * ''Removed in [[Fenix 0.93]]'' |
== Parameters == | == Parameters == |
Revision as of 20:43, 29 August 2008
Definition
INT cd_currtrack ( <INT cdID> )
Returns the currently being played track on the specified CD/DVD drive.
- Added in Fenix 0.92a
- Removed in Fenix 0.93
Parameters
INT cdID | - The cdID of the CD/DVD drive with the CD of which currently being played track is wanted. |
Returns
INT : The currently being played track number.
0 | - Invalid CD/DVD drive. |
1 | - The currently being played track number. |
CD Functions | |
• Cd_currtrack() • Cd_drives() • Cd_eject() • Cd_getinfo() • Cd_name() • Cd_numtracks() • Cd_pause() • Cd_play() • Cd_resume() • Cd_status() • Cd_stop() • |