NAME
Qt::Multimedia::QAudioFormat
PUBLIC METHODS
- QAudioFormat()
- QAudioFormat(const QAudioFormat & other)
- ~QAudioFormat()
- QAudioFormat::Endian byteOrder()
- int channelCount()
- int channels()
- QString codec()
- int frequency()
- bool isValid()
- bool operator!=(const QAudioFormat & other)
- QAudioFormat & operator=(const QAudioFormat & other)
- bool operator==(const QAudioFormat & other)
- int sampleRate()
- int sampleSize()
- QAudioFormat::SampleType sampleType()
- void setByteOrder(QAudioFormat::Endian byteOrder)
- void setChannelCount(int channelCount)
- void setChannels(int channels)
- void setCodec(const QString & codec)
- void setFrequency(int frequency)
- void setSampleRate(int sampleRate)
- void setSampleSize(int sampleSize)
- void setSampleType(QAudioFormat::SampleType sampleType)
ENUM VALUES
- Unknown
- SignedInt
- UnSignedInt
- Float
- BigEndian
- LittleEndian
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.