BASS.NET API for the Un4seen BASS Audio Library

BassBASS_StreamCreateFile Method

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

  NameDescription
Public methodStatic memberCode exampleBASS_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag)
Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plugin supported memory IntPtr.

This overload implements streaming from memory.

Public methodStatic memberCode exampleBASS_StreamCreateFile(String, Int64, Int64, BASSFlag)
Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plugin supported file.

This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically, since all .Net strings are always unicode.

Top
See Also

Reference