BASS.NET API for the Un4seen BASS Audio LibraryBassTta MembersBASS.NET API for the Un4seen BASS Audio Library

The BassTta type exposes the following members.
Methods

  NameDescription
Public methodStatic memberBASS_TTA_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag)
Creates a sample stream from a True Audio memory IntPtr.

This overload implements streaming from memory.

Public methodStatic memberBASS_TTA_StreamCreateFile(String, Int64, Int64, BASSFlag)
Creates a sample stream from a True Audio file.

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

Public methodStatic memberBASS_TTA_StreamCreateFileUser
Creates a sample stream from a True Audio file via a user callback function.
Public methodStatic memberFreeMe
Unloads this library. This must be called when you have previously called LoadMe .
Public methodStatic memberLoadMe 
Loads this library into memory. The library will be search in the current application directory.
Public methodStatic memberLoadMe(String)
Loads this library into memory. The library will be loaded from the given path.
Back to Top
Fields

  NameDescription
Public fieldStatic memberSupportedStreamExtensions
Supported file extensions of the bass_tta.dll
Public fieldStatic memberSupportedStreamName
Supported file format name of the bass_tta.dll
Back to Top
See Also