24 #ifndef COIN_SOVRMLAUDIOCLIP_H
25 #define COIN_SOVRMLAUDIOCLIP_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoNode.h>
29 #include <Inventor/fields/SoSFString.h>
30 #include <Inventor/fields/SoMFString.h>
31 #include <Inventor/fields/SoSFBool.h>
32 #include <Inventor/fields/SoSFFloat.h>
33 #include <Inventor/fields/SoSFTime.h>
34 #include <Inventor/lists/SbStringList.h>
35 #include <Inventor/SbTime.h>
37 class SoVRMLAudioClipP;
47 typedef size_t read_func(
void *datasource,
48 void *buffer,
int numframes,
int &channels,
50 typedef int seek_func(
void *datasource,
long offset,
int whence,
52 typedef long tell_func(
void *datasource,
54 typedef int close_func(
void *datasource,
57 static void initClass(
void);
69 static void setDefaultPauseBetweenTracks(
SbTime pause);
70 static SbTime getDefaultPauseBetweenTracks();
71 static void setDefaultIntroPause(
SbTime pause);
72 static SbTime getDefaultIntroPause();
73 static void setDefaultSampleRate(
int samplerate);
74 static int getDefaultSampleRate();
75 static void setDefaultTimerInterval(
SbTime interval);
76 static SbTime getDefaultTimerInterval();
81 size_t read(
void *datasource,
void *buffer,
int numframes,
int &channels);
82 int seek(
void *datasource,
long offset,
int whence);
83 long tell(
void *datasource);
84 int close(
void *datasource);
86 void setCallbacks(open_func *opencb, read_func *readcb, seek_func *seekcb,
87 tell_func *tellcb, close_func *closecb,
void *userdataptr);
95 SoVRMLAudioClipP *pimpl;
96 friend class SoVRMLAudioClipP;
99 #endif // ! COIN_SOVRMLAUDIOCLIP_H