]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/sndaiff.h
1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
12 #pragma interface "sndaiff.h"
15 #include <wx/stream.h>
24 class wxSoundAiff
: public wxSoundFileStream
{
26 wxSoundAiff(wxInputStream
& stream
, wxSoundStream
& io_sound
);
27 wxSoundAiff(wxOutputStream
& stream
, wxSoundStream
& io_sound
);
34 bool PrepareToRecord(unsigned long time
);
35 bool FinishRecording();
37 wxUint32
GetData(void *buffer
, wxUint32 len
);
38 wxUint32
PutData(const void *buffer
, wxUint32 len
);