BASS.NET API for the Un4seen BASS Audio Library

Un4seen.Bass.AddOn.Adx Namespace

BASS.NET API for the Un4seen BASS Audio Library
This namespace contains all classes, delegates and enumerations to support the native bass_adx.dll. BASS_ADX is an extension to the BASS audio library, enabling the playback of ADX streams. ADX is a lossy proprietary audio storage and compression format developed by CRI Middleware specifically for use in video games, it is derived from ADPCM.

All BASS_ADX API calls are contained in the main class BassAdx and have been implemented as static methods. So there is NO need to create an instance of the BassAdx class!

More information can be found on wikipedia and here ADX product page.

Classes

  ClassDescription
Public classBassAdx
BASS.NET API wrapper for BASS_ADX.DLL

Requires: bass_adx.dll - ADX Add-On - available @ www.un4seen.com.

Structures

  StructureDescription
Public structureCode exampleBASS_ADX_TAG_LOOP
TAG structure of an ADX block to be used with BASS_ChannelGetTags(Int32, BASSTag).