25 #ifndef OPAL_CODEC_OPALWAVFILE_H
26 #define OPAL_CODEC_OPALWAVFILE_H
36 #include <ptclib/pwavfile.h>
48 class OpalWAVFile :
public PWAVFile
50 PCLASSINFO(OpalWAVFile, PWAVFile);
53 unsigned format = fmt_PCM
70 OpenOptions opts = ModeDefault,
71 unsigned format = fmt_PCM,
72 bool autoConvert =
true
85 const PFilePath & name,
86 OpenMode mode = ReadWrite,
87 OpenOptions opts = ModeDefault,
88 unsigned format = fmt_PCM,
89 bool autoConvert =
true
94 const PFilePath & name,
95 OpenMode mode = ReadWrite,
96 OpenOptions opts = ModeDefault,
97 bool autoConvert =
true
101 static bool AddMediaFormat(
112 #endif // OPAL_CODEC_OPALWAVFILE_H
PFACTORY_LOAD(OpalPluginCodecManager)