29 #ifndef OPAL_CODEC_OPALWAVFILE_H
30 #define OPAL_CODEC_OPALWAVFILE_H
40 #include <ptclib/pwavfile.h>
52 class OpalWAVFile :
public PWAVFile
54 PCLASSINFO(OpalWAVFile, PWAVFile);
57 unsigned format = fmt_PCM
74 OpenOptions opts = ModeDefault,
75 unsigned format = fmt_PCM
88 const PFilePath & name,
89 OpenMode mode = ReadWrite,
90 OpenOptions opts = ModeDefault,
91 unsigned format = fmt_PCM
95 static bool AddMediaFormat(
106 #endif // OPAL_CODEC_OPALWAVFILE_H