This is the complete list of members for Nsound::Wavefile, including all inherited members.
DATA_ | Nsound::Wavefile | static |
decodeFormatTag(const uint16 format_tag) | Nsound::Wavefile | static |
default_sample_rate_ | Nsound::Wavefile | protectedstatic |
default_sample_size_ | Nsound::Wavefile | protectedstatic |
default_wave_format_ | Nsound::Wavefile | protectedstatic |
FACT_ | Nsound::Wavefile | static |
FMT_ | Nsound::Wavefile | static |
getDefaultSampleRate() | Nsound::Wavefile | inlinestatic |
getDefaultSampleSize() | Nsound::Wavefile | inlinestatic |
operator<<(Buffer &lhs, const char *rhs) | Nsound::Wavefile | friend |
operator<<(AudioStream &lhs, const char *rhs) | Nsound::Wavefile | friend |
operator>>(const Buffer &lhs, const char *rhs) | Nsound::Wavefile | friend |
operator>>(const AudioStream &lhs, const char *rhs) | Nsound::Wavefile | friend |
PEAK_ | Nsound::Wavefile | static |
read(const std::string &fileName, AudioStream &astream) | Nsound::Wavefile | static |
read(const std::string &filename, std::vector< Buffer * > *b_vector, AudioStream *as, std::stringstream *out) | Nsound::Wavefile | protectedstatic |
readHeader(const std::string &filename, std::string &info) | Nsound::Wavefile | static |
RIFF_ | Nsound::Wavefile | static |
setDefaults(const float64 &sample_rate=44100.0, const float64 &sample_bits=16.0, const boolean &use_ieee_floats=false) | Nsound::Wavefile | static |
setDefaultSampleRate(const int32 rate) | Nsound::Wavefile | static |
setDefaultSampleRate(const float64 &rate) | Nsound::Wavefile | inlinestatic |
setDefaultSampleSize(uint32 size) | Nsound::Wavefile | static |
setIEEEFloat(boolean flag) | Nsound::Wavefile | static |
SIGNED_16_BIT_ | Nsound::Wavefile | static |
SIGNED_24_BIT_ | Nsound::Wavefile | static |
SIGNED_32_BIT_ | Nsound::Wavefile | static |
SIGNED_48_BIT_ | Nsound::Wavefile | static |
SIGNED_64_BIT_ | Nsound::Wavefile | static |
SIGNED_8_BIT_ | Nsound::Wavefile | static |
UNSIGNED_16_BIT_ | Nsound::Wavefile | static |
UNSIGNED_24_BIT_ | Nsound::Wavefile | static |
UNSIGNED_32_BIT_ | Nsound::Wavefile | static |
UNSIGNED_48_BIT_ | Nsound::Wavefile | static |
UNSIGNED_64_BIT_ | Nsound::Wavefile | static |
UNSIGNED_8_BIT_ | Nsound::Wavefile | static |
WAVE_ | Nsound::Wavefile | static |
WAVE_FORMAT_IEEE_FLOAT_ | Nsound::Wavefile | static |
WAVE_FORMAT_PCM_ | Nsound::Wavefile | static |
write(const std::string &fileName, const AudioStream &as, uint32 bits_per_sample=16) | Nsound::Wavefile | static |
write(const std::string &fileName, const Buffer &as, uint32 bits_per_sample, uint32 sample_rate) | Nsound::Wavefile | static |