BASS.NET API for the Un4seen BASS Audio Library

Un4seen.Bass.AddOn.Cdg Namespace

BASS.NET API for the Un4seen BASS Audio Library
This namespace contains all classes, delegates and enumerations to support the native bass_cdg.dll. BASS_CDG is an extension to the BASS audio library, enabling the playback of CDG streams. CD+G (also known as CD+Graphics) is an extension of the compact disc standard that can present low-resolution graphics alongside the audio data on the disc when played on a compatible device. CD+G discs are often used for karaoke machines, which utilize this functionality to present on-screen lyrics for the song contained on the disc.

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

More information about CD+G can be found on wikipedia.

Classes

  ClassDescription
Public classBassCdg
BASS.NET API wrapper for BASS_CDG.DLL

Requires: bass_cdg.dll - CDG Add-On - available @ www.un4seen.com.

Enumerations

  EnumerationDescription
Public enumerationBASSCDGConfig
Configuration options to be used with BASS_CDG_SetConfig(BASSCDGConfig, Int32).