43 #ifndef QAUDIOFORMAT_H 44 #define QAUDIOFORMAT_H 46 #include <QtCore/qobject.h> 47 #include <QtCore/qglobal.h> 48 #include <QtCore/qshareddata.h> 64 enum Endian { BigEndian = QSysInfo::BigEndian, LittleEndian = QSysInfo::LittleEndian };
76 void setFrequency(
int frequency);
77 int frequency()
const;
78 void setSampleRate(
int sampleRate);
79 int sampleRate()
const;
81 void setChannels(
int channels);
83 void setChannelCount(
int channelCount);
84 int channelCount()
const;
86 void setSampleSize(
int sampleSize);
87 int sampleSize()
const;
107 #endif // QAUDIOFORMAT_H #define QT_END_NAMESPACE
This macro expands to.
bool operator!=(QBool b1, bool b2)
The QString class provides a Unicode character string.
AbstractFloat< false > Float
An instantiation of AbstractFloat suitable for xs:float.
static bool setByteOrder(iconv_t cd)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static QTextCodec * codec(MYSQL *mysql)
#define Q_MULTIMEDIA_EXPORT
bool operator==(QBool b1, bool b2)