Unit 'sndfile' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libsndfile]

TSF_VIRTUAL_IO

Declaration

Source position: sndfile.pp line 406

type TSF_VIRTUAL_IO = record

  get_filelen: Tsf_vio_get_filelen;

  seek: Tsf_vio_seek;

  read: Tsf_vio_read;

  write: Tsf_vio_write;

  tell: Tsf_vio_tell;

end;


Documentation generated on: 2025-07-25