bool StartProduction(int evt);
bool StopProduction();
+ wxUint32 GetBestSize() const;
+
protected:
wxSoundStream *m_router;
};
bool SetSoundFormat(const wxSoundFormatBase& format);
- virtual bool CanRead() { return TRUE; }
+ virtual bool CanRead() { return FALSE; }
protected:
wxSoundRouterStream m_codec;