Overload List
Name | Description | |
---|---|---|
![]() ![]() ![]() | BASS_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. |
![]() ![]() ![]() | BASS_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. |
See Also