Lines Matching defs:srate
174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate)
185 p->sfinfo.samplerate = srate ;
196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate)
207 p->sfinfo.samplerate = srate ;
218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate)
232 p->sfinfo.samplerate = srate ;
243 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate)
254 p->sfinfo.samplerate = srate ;
322 SndfileHandle::formatCheck (int fmt, int chans, int srate)
329 sfinfo.samplerate = srate ;
430 SndfileHandle::SndfileHandle (const wchar_t *wpath, int mode, int fmt, int chans, int srate)
441 p->sfinfo.samplerate = srate ;