BASS.NET API for the Un4seen BASS Audio Library

BassAac Methods

BASS.NET API for the Un4seen BASS Audio Library

The BassAac type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_AAC_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag)
Creates a sample stream from a AAC memory IntPtr.

This overload implements streaming from memory.

Public methodStatic memberBASS_AAC_StreamCreateFile(String, Int64, Int64, BASSFlag)
Creates a sample stream from a AAC file.

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

Public methodStatic memberCode exampleBASS_AAC_StreamCreateFileUser
Creates a sample stream from a AAC file via a user callback function.
Public methodStatic memberBASS_AAC_StreamCreateURL
Creates a sample stream from a AAC file on the internet, optionally receiving the downloaded data in a callback.
Public methodStatic memberBASS_MP4_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag)
Creates a sample stream from a MP4 memory IntPtr.

This overload implements streaming from memory.

Public methodStatic memberBASS_MP4_StreamCreateFile(String, Int64, Int64, BASSFlag)
Creates a sample stream from a MP4 file.

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

Public methodStatic memberCode exampleBASS_MP4_StreamCreateFileUser
Creates a sample stream from a MP4 file via user callback functions.
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.
Top
See Also

Reference