Overload List
Name | Description | |
---|---|---|
BASS_SampleLoad(Byte, Int64, Int32, Int32, BASSFlag) |
Loads a WAV, AIFF, MP3, MP2, MP1, OGG or plugin supported sample.
This overload uses an unmanaged IntPtr and implements loading a sample from memory. | |
BASS_SampleLoad(IntPtr, Int64, Int32, Int32, BASSFlag) |
Loads a WAV, AIFF, MP3, MP2, MP1, OGG or plugin supported sample.
This overload uses an unmanaged IntPtr and implements loading a sample from memory. | |
BASS_SampleLoad(String, Int64, Int32, Int32, BASSFlag) |
Loads a WAV, AIFF, MP3, MP2, MP1, OGG or plugin supported sample.
This overload uses Unicode file names! A BASS_UNICODE flag will automatically be added. |
See Also