* Added a small wxHTTP description

* Added some example/description to wxFTP
* Some more on wxURL

* Added missing file in wxMMedia


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-02-25 20:13:10 +00:00
parent 623e1cb209
commit 9a1b2c283e
8 changed files with 174 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ class wxSoundDataFormat {
void SetChannels(int channels);
void SetStereo(bool on);
void SetCodecNo(int no);
int GetCodecNo() { return m_codno; }
void SetCodecCreate(bool create) { m_codcreate = create; }
int GetSampleRate() const { return m_srate; }