Searched defs:SndfileHandle (Results 1 – 1 of 1) sorted by relevance
/third_party/libsnd/include/ |
D | sndfile.hh | 66 class SndfileHandle class 81 SndfileHandle (void) : p (nullptr) {} ; in SndfileHandle() function in SndfileHandle 172 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 194 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 216 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle 241 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int cha… in SndfileHandle() function in SndfileHandle 270 SndfileHandle::SndfileHandle (const SndfileHandle &orig) in SndfileHandle() function in SndfileHandle 428 SndfileHandle::SndfileHandle (LPCWSTR wpath, int mode, int fmt, int chans, int srate) in SndfileHandle() function in SndfileHandle
|