Searched defs:SndfileHandle (Results 1 – 1 of 1) sorted by relevance
| /third_party/libsnd/include/ |
| D | sndfile.hh | 68 class SndfileHandle class 83 SndfileHandle (void) : p (SF_NULL) {} ; in SndfileHandle() function in SndfileHandle 174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 243 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int cha… in SndfileHandle() function in SndfileHandle 272 SndfileHandle::SndfileHandle (const SndfileHandle &orig) in SndfileHandle() function in SndfileHandle 430 SndfileHandle::SndfileHandle (const wchar_t *wpath, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle
|