22 #ifndef DIRECTOR_LINGO_XLIBS_E_ECDCTRL_H 23 #define DIRECTOR_LINGO_XLIBS_E_ECDCTRL_H 32 namespace ECDCtrlXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_name(
int nargs);
43 void m_capability(
int nargs);
44 void m_info(
int nargs);
45 void m_play(
int nargs);
46 void m_seek(
int nargs);
47 void m_set(
int nargs);
48 void m_status(
int nargs);
49 void m_stop(
int nargs);
50 void m_error(
int nargs);
51 void m_interpretMCI(
int nargs);
52 void m_setVolume(
int nargs);
53 void m_getVolume(
int nargs);
54 void m_totalDevices(
int nargs);
55 void m_setMixer(
int nargs);
56 void m_test(
int nargs);
57 void m_idle(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71