|
SAL
A C++ library for spatial audio.
|
This is the complete list of members for SndfileHandle, including all inherited members.
| channels(void) const | SndfileHandle | inline |
| command(int cmd, void *data, int datasize) | SndfileHandle | inline |
| error(void) const | SndfileHandle | inline |
| format(void) const | SndfileHandle | inline |
| formatCheck(int format, int channels, int samplerate) | SndfileHandle | inlinestatic |
| frames(void) const | SndfileHandle | inline |
| getString(int str_type) const | SndfileHandle | inline |
| operator bool() const | SndfileHandle | inline |
| operator=(const SndfileHandle &rhs) | SndfileHandle | inline |
| operator==(const SndfileHandle &rhs) const | SndfileHandle | inline |
| rawHandle(void) | SndfileHandle | inline |
| read(short *ptr, sf_count_t items) | SndfileHandle | inline |
| read(int *ptr, sf_count_t items) | SndfileHandle | inline |
| read(float *ptr, sf_count_t items) | SndfileHandle | inline |
| read(double *ptr, sf_count_t items) | SndfileHandle | inline |
| readf(short *ptr, sf_count_t frames) | SndfileHandle | inline |
| readf(int *ptr, sf_count_t frames) | SndfileHandle | inline |
| readf(float *ptr, sf_count_t frames) | SndfileHandle | inline |
| readf(double *ptr, sf_count_t frames) | SndfileHandle | inline |
| readRaw(void *ptr, sf_count_t bytes) | SndfileHandle | inline |
| refCount(void) const | SndfileHandle | inline |
| samplerate(void) const | SndfileHandle | inline |
| seek(sf_count_t frames, int whence) | SndfileHandle | inline |
| setString(int str_type, const char *str) | SndfileHandle | inline |
| SndfileHandle(void) | SndfileHandle | inline |
| SndfileHandle(const char *path, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | SndfileHandle | inline |
| SndfileHandle(std::string const &path, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | SndfileHandle | inline |
| SndfileHandle(int fd, bool close_desc, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | SndfileHandle | inline |
| SndfileHandle(const SndfileHandle &orig) | SndfileHandle | inline |
| strError(void) const | SndfileHandle | inline |
| takeOwnership(void) | SndfileHandle | inline |
| write(const short *ptr, sf_count_t items) | SndfileHandle | inline |
| write(const int *ptr, sf_count_t items) | SndfileHandle | inline |
| write(const float *ptr, sf_count_t items) | SndfileHandle | inline |
| write(const double *ptr, sf_count_t items) | SndfileHandle | inline |
| writef(const short *ptr, sf_count_t frames) | SndfileHandle | inline |
| writef(const int *ptr, sf_count_t frames) | SndfileHandle | inline |
| writef(const float *ptr, sf_count_t frames) | SndfileHandle | inline |
| writef(const double *ptr, sf_count_t frames) | SndfileHandle | inline |
| writeRaw(const void *ptr, sf_count_t bytes) | SndfileHandle | inline |
| writeSync(void) | SndfileHandle | inline |
| ~SndfileHandle(void) | SndfileHandle | inline |
1.8.2