Table of callback functions used with BASS_CONFIG_FILEOPENPROCS.
Inheritance Hierarchy
Un4seen.BassBASS_FILEOPENPROCS
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public sealed class BASS_FILEOPENPROCS
The BASS_FILEOPENPROCS type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_FILEOPENPROCS |
Default constructor taking the callback delegates.
|
Fields
| Name | Description | |
|---|---|---|
| close |
Callback function to close the file.
| |
| length |
Callback function to get the file length.
| |
| open |
Callback function to open the file.
| |
| read |
Callback function to read from the file.
| |
| seek |
Callback function to seek in the file. Not used by buffered file streams.
|
Remarks
See Also