BASS.NET API for the Un4seen BASS Audio LibraryBassAix ClassBASS.NET API for the Un4seen BASS Audio Library
BASS.NET API wrapper for BASS_AIX.DLL

Requires: bass_aix.dll - AIX Audio Codec (AIX) Add-On - available @ www.un4seen.com.

Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.AixBassAix

Namespace: Un4seen.Bass.AddOn.Aix
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

public sealed class BassAix

The BassAix type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_AIX_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag)
Creates a sample stream from an AIX encoded memory IntPtr.

This overload implements streaming from memory.

Public methodStatic memberBASS_AIX_StreamCreateFile(String, Int64, Int64, BASSFlag)
Creates a sample stream from an AIX encoded file.

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

Public methodStatic memberCode exampleBASS_AIX_StreamCreateFileUser
Creates a sample stream from an AIX encoded 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.
Top
Fields

  NameDescription
Public fieldStatic memberSupportedStreamExtensions
Supported file extensions of the bass_aix.dll
Public fieldStatic memberSupportedStreamName
Supported file format name of the bass_aix.dll
Top
Remarks

BASS_AIX is an extension to the BASS audio library, enabling the playback of AIX encoded files.

See Also

Reference