37 SF_INFO &GetFileInfo();
39 std::string &GetLastError();
40 sf_count_t Read(
short int *ptr, sf_count_t items);
43 static sf_count_t SNDLength(
void *data);
44 static sf_count_t SNDSeek(sf_count_t offset,
int whence,
void *data);
45 static sf_count_t SNDRead(
void *ptr, sf_count_t count,
void *data);
46 static sf_count_t SNDWrite(
const void *ptr, sf_count_t count,
void *data);
47 static sf_count_t SNDTell(
void *data);
51 std::string m_last_error;
52 SF_VIRTUAL_IO m_snd_callbacks;
Definition: sndfile_wrapper.h:28