This is the complete list of members for
SoundFormat, including all inherited members.
convertFloatInterleavedToSamples(const float *src, char *dst, size_t n_frames) const | SoundFormat | |
convertFloatNonInterleavedToSamples(const float **src, char *dst, size_t n_frames) const | SoundFormat | |
convertSamplesToFloatInterleaved(const char *src, float *dst, size_t n_frames) const | SoundFormat | |
convertSamplesToFloatNonInterleaved(const char *src, float **dst, size_t n_frames) const | SoundFormat | |
frameSize() const | SoundFormat | |
isValid() const | SoundFormat | [inline] |
m_Channels | SoundFormat | |
m_Encoding | SoundFormat | |
m_Endianess | SoundFormat | |
m_IsSigned | SoundFormat | |
m_SampleBits | SoundFormat | |
m_SampleRate | SoundFormat | |
maxValue() const | SoundFormat | |
minMaxAvgMagnitudePerChannel(const char *src, size_t n_frames, double *vmin, double *vmax, double *vavg) const | SoundFormat | |
minValue() const | SoundFormat | |
operator!=(const SoundFormat &o) const | SoundFormat | [inline] |
operator==(const SoundFormat &o) const | SoundFormat | [inline] |
restoreConfig(const QString &prefix, const KConfigGroup &c) | SoundFormat | |
sampleSize() const | SoundFormat | |
saveConfig(const QString &prefix, KConfigGroup &c) const | SoundFormat | |
scaleSamples(char *_src, float scale, size_t n_frames) const | SoundFormat | |
SoundFormat(unsigned sample_rate, unsigned channels, unsigned sample_bits, bool is_signed, unsigned endianess, const QString &enc) | SoundFormat | [inline] |
SoundFormat(unsigned sample_rate, unsigned channels, unsigned sample_bits, bool is_signed, unsigned endianess) | SoundFormat | [inline] |
SoundFormat(unsigned sample_rate, unsigned channels, unsigned sample_bits, bool is_signed) | SoundFormat | [inline] |
SoundFormat(bool stereo) | SoundFormat | [inline] |
SoundFormat() | SoundFormat | [inline] |