BASS.NET API for the Un4seen BASS Audio Library

BassMidiBASS_MIDI_StreamCreateFile Method

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

  NameDescription
Public methodStatic memberBASS_MIDI_StreamCreateFile(Byte, Int64, Int64, BASSFlag, Int32)
Creates a sample stream from a MIDI memory byte[].

This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically.

Public methodStatic memberBASS_MIDI_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag, Int32)
Creates a sample stream from a MIDI memory IntPtr.

This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically.

Public methodStatic memberBASS_MIDI_StreamCreateFile(String, Int64, Int64, BASSFlag, Int32)
Creates a sample stream from a MIDI sound file.

This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically.

Top
See Also

Reference