Base class for sound format specification
Derived from
No base class
Data structures
typedef enum
wxSOUND_NOFORMAT,
wxSOUND_PCM,
wxSOUND_ULAW,
wxSOUND_G72X,
wxSOUND_MSADPCM
wxSoundFormatType
wxSoundFormatType: it specifies the format family of the sound data which will be passed to the stream.
Members
wxSoundFormatBase::wxSoundFormatBase
wxSoundFormatBase::~wxSoundFormatBase
wxSoundFormatBase::GetType
wxSoundFormatBase::Clone
wxSoundFormatBase::GetTimeFromBytes
wxSoundFormatBase::GetBytesFromTime
wxSoundFormatBase::operator!=
wxSoundFormatBase()
~wxSoundFormatBase()
wxSoundFormatType GetType() const
It returns a "standard" format type.
wxSoundFormatBase* Clone() const
It clones the current format.
wxUint32 GetTimeFromBytes(wxUint32 bytes) const
wxUint32 GetBytesFromTime(wxUint32 time) const
bool operator!=(const wxSoundFormatBase& frmt2) const