Home
·
All Classes
·
Modules
QAudioFormat Class Reference
[
QtMultimedia
module]
Types
enum
Endian
{ BigEndian, LittleEndian }
enum
SampleType
{ Unknown, SignedInt, UnSignedInt, Float }
Methods
__init__
(
self
)
__init__
(
self
, QAudioFormat)
Endian
byteOrder
(
self
)
int
channelCount
(
self
)
int
channels
(
self
)
QString
codec
(
self
)
int
frequency
(
self
)
bool
isValid
(
self
)
int
sampleRate
(
self
)
int
sampleSize
(
self
)
SampleType
sampleType
(
self
)
setByteOrder
(
self
, Endian)
setChannelCount
(
self
, int
channelCount
)
setChannels
(
self
, int)
setCodec
(
self
, QString)
setFrequency
(
self
, int)
setSampleRate
(
self
, int
sampleRate
)
setSampleSize
(
self
, int)
setSampleType
(
self
, SampleType)
Special Methods
bool
__eq__
(
self
, QAudioFormat)
bool
__ne__
(
self
, QAudioFormat)
Detailed Description
Type Documentation
QAudioFormat.Endian
QAudioFormat.SampleType
Method Documentation
QAudioFormat.__init__ (
self
)
QAudioFormat.__init__ (
self
,
QAudioFormat
)
Endian
QAudioFormat.byteOrder (
self
)
int QAudioFormat.channelCount (
self
)
int QAudioFormat.channels (
self
)
QString QAudioFormat.codec (
self
)
int QAudioFormat.frequency (
self
)
bool QAudioFormat.isValid (
self
)
int QAudioFormat.sampleRate (
self
)
int QAudioFormat.sampleSize (
self
)
SampleType
QAudioFormat.sampleType (
self
)
QAudioFormat.setByteOrder (
self
,
Endian
)
QAudioFormat.setChannelCount (
self
, int
channelCount
)
QAudioFormat.setChannels (
self
, int)
QAudioFormat.setCodec (
self
, QString)
QAudioFormat.setFrequency (
self
, int)
QAudioFormat.setSampleRate (
self
, int
sampleRate
)
QAudioFormat.setSampleSize (
self
, int)
QAudioFormat.setSampleType (
self
,
SampleType
)
bool QAudioFormat.__eq__ (
self
,
QAudioFormat
)
bool QAudioFormat.__ne__ (
self
,
QAudioFormat
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0