22 #ifndef DIRECTOR_LINGO_XTRAS_XSOUND_H 23 #define DIRECTOR_LINGO_XTRAS_XSOUND_H 35 namespace XsoundXtra {
37 extern const char *xlibName;
41 void close(ObjectType type);
43 void m_new(
int nargs);
44 void m_forget(
int nargs);
45 void m_Register(
int nargs);
46 void m_GetError(
int nargs);
47 void m_GetInfo(
int nargs);
48 void m_SetInfo(
int nargs);
49 void m_Status(
int nargs);
50 void m_ConnectInputDevice(
int nargs);
51 void m_DisconnectInputDevice(
int nargs);
52 void m_SetSoundType(
int nargs);
53 void m_ClearSoundType(
int nargs);
54 void m_Play(
int nargs);
55 void m_Record(
int nargs);
56 void m_Stop(
int nargs);
57 void m_Pause(
int nargs);
58 void m_Resume(
int nargs);
59 void m_GetCurrentTime(
int nargs);
60 void m_IsASound(
int nargs);
61 void m_DeleteSound(
int nargs);
62 void m_SetPlaySegment(
int nargs);
63 void m_ClearPlaySegment(
int nargs);
64 void m_SetSampleRate(
int nargs);
65 void m_SetSampleDepth(
int nargs);
66 void m_SetCompression(
int nargs);
67 void m_GetInputLevel(
int nargs);
68 void m_FreeRecordingTime(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71