22 #ifndef DIRECTOR_LINGO_XLIBS_CDROMXOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_CDROMXOBJ_H 25 #include "backends/audiocd/audiocd.h" 37 extern const char *xlibName;
41 void close(ObjectType type);
43 void m_new(
int nargs);
44 void m_name(
int nargs);
45 void m_play(
int nargs);
46 void m_playTrack(
int nargs);
47 void m_playName(
int nargs);
48 void m_playAbsTime(
int nargs);
49 void m_playSegment(
int nargs);
50 void m_askPlay(
int nargs);
51 void m_stepFwd(
int nargs);
52 void m_stepBwd(
int nargs);
53 void m_pause(
int nargs);
54 void m_continue(
int nargs);
55 void m_stop(
int nargs);
56 void m_stopTrack(
int nargs);
57 void m_stopAbsTime(
int nargs);
58 void m_removeStop(
int nargs);
59 void m_eject(
int nargs);
60 void m_status(
int nargs);
61 void m_playMode(
int nargs);
62 void m_currentFormat(
int nargs);
63 void m_currentTrack(
int nargs);
64 void m_currentTime(
int nargs);
65 void m_firstTrack(
int nargs);
66 void m_lastTrack(
int nargs);
67 void m_totalTime(
int nargs);
68 void m_scanFwd(
int nargs);
69 void m_scanBwd(
int nargs);
70 void m_stopScan(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71
Definition: cdromxobj.h:29