NAME
Qt::Multimedia::QAudioFormat
PUBLIC METHODS
- QAudioFormat()
- QAudioFormat()
- ~QAudioFormat()
- QAudioFormat::Endian byteOrder()
- int channelCount()
- int channels()
- QString codec()
- int frequency()
- bool isValid()
- bool operator!=()
- QAudioFormat & operator=()
- bool operator==()
- int sampleRate()
- int sampleSize()
- QAudioFormat::SampleType sampleType()
- void setByteOrder()
- void setChannelCount()
- void setChannels()
- void setCodec()
- void setFrequency()
- void setSampleRate()
- void setSampleSize()
- void setSampleType()
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.