]>
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
);
31 wxString
GetCodecName() const;
35 bool PrepareToRecord(wxUint32 time
);
36 bool FinishRecording();
37 bool RepositionStream(wxUint32 position
);
39 wxUint32
GetData(void *buffer
, wxUint32 len
);
40 wxUint32
PutData(const void *buffer
, wxUint32 len
);