BASS.NET API for the Un4seen BASS Audio Library

BassBASS_SampleLoad Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberCode exampleBASS_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.

Public methodStatic memberCode exampleBASS_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.

Public methodStatic memberCode exampleBASS_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.

Top
See Also

Reference