The BASS_FILEPROCS type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| close |
Callback function to close the file.
| |
| length |
Callback function to get the file length.
| |
| read |
Callback function to read from the file.
| |
| seek |
Callback function to seek in the file. Not used by buffered file streams.
|
See Also