BASS.NET API for the Un4seen BASS Audio Library

BassWmaBASS_WMA_StreamCreateFileAuth Method

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

  NameDescription
Public methodStatic memberBASS_WMA_StreamCreateFileAuth(IntPtr, Int64, Int64, BASSFlag, String, String)
Creates a sample stream from a WMA memory IntPtr.

This overload implements streaming from memory. Username and Password are UNICODE, so the BASS_UNICODE flag will be added automatically.

Public methodStatic memberBASS_WMA_StreamCreateFileAuth(String, Int64, Int64, BASSFlag, String, String)
Creates a sample stream from a WMA file.

This overload implements Unicode filenames, username and password. The BASS_UNICODE flag will be added automatically.

Top
See Also

Reference