The BassOfr type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BASS_OFR_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag) |
Creates a sample stream from a OptimFROG or OptimFROG DualStream memory IntPtr.
This overload implements streaming from memory. | |
| BASS_OFR_StreamCreateFile(String, Int64, Int64, BASSFlag) |
Creates a sample stream from a OptimFROG or OptimFROG DualStream file.
This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically. | |
| BASS_OFR_StreamCreateFileUser |
Creates a sample stream from a OptimFROG or OptimFROG DualStream file via a user callback function.
| |
| FreeMe |
Unloads this library. This must be called when you have previously called LoadMe.
| |
| LoadMe |
Loads this library into memory. The library will be search in the current application directory.
| |
| LoadMe(String) |
Loads this library into memory. The library will be loaded from the given path.
|
See Also