22 #ifndef DIRECTOR_LINGO_XLIBS_VIDEODISCXOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_VIDEODISCXOBJ_H 32 namespace VideodiscXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_name(
int nargs);
42 void m_player(
int nargs);
43 void m_play(
int nargs);
44 void m_playRev(
int nargs);
45 void m_fastFwd(
int nargs);
46 void m_fastRev(
int nargs);
47 void m_slowFwd(
int nargs);
48 void m_slowRev(
int nargs);
49 void m_stepFwd(
int nargs);
50 void m_stepRev(
int nargs);
51 void m_playJog(
int nargs);
52 void m_playSpeed(
int nargs);
53 void m_playSegment(
int nargs);
54 void m_pause(
int nargs);
55 void m_stop(
int nargs);
56 void m_eject(
int nargs);
57 void m_stopAtFrame(
int nargs);
58 void m_searchWait(
int nargs);
59 void m_readPos(
int nargs);
60 void m_showDisplay(
int nargs);
61 void m_clear(
int nargs);
62 void m_videoControl(
int nargs);
63 void m_audioControl(
int nargs);
64 void m_status(
int nargs);
Definition: videodiscxobj.h:27
Definition: lingo-object.h:37
Definition: lingo-object.h:71