BASS.NET API for the Un4seen BASS Audio LibraryBASS_FILEPROCS MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_FILEPROCS type exposes the following members.
Constructors

  NameDescription
Public methodBASS_FILEPROCS
Default constructor taking the callback delegates.
Back to Top
Fields

  NameDescription
Public fieldclose
Callback function to close the file.
Public fieldlength
Callback function to get the file length.
Public fieldread
Callback function to read from the file.
Public fieldseek
Callback function to seek in the file. Not used by buffered file streams.
Back to Top
See Also