BASS.NET API for the Un4seen BASS Audio Library

BassCdg Class

BASS.NET API for the Un4seen BASS Audio Library
BASS.NET API wrapper for BASS_CDG.DLL

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

Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.CdgBassCdg

Namespace:  Un4seen.Bass.AddOn.Cdg
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public sealed class BassCdg

The BassCdg type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_CDG_GetCurrentBitmap
Gets the current bitmap of the CDG stream (for graphics output).
Public methodStatic memberBASS_CDG_SetConfig
Sets a BASS_CDG config option.
Public methodStatic memberBASS_CDG_SetVideoWindow
Sets the window handle to use with the CDG stream (for the graphics output).
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_cdg.dll
Public fieldStatic memberSupportedStreamName
Supported file format name of the bass_cdg.dll
Top
Remarks

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.

The CDG format is used in the same way as any of the built-in BASS stream formats. Simply call BASS_PluginLoad(String) to load the add-on into BASS and benefit the usage of the standard sample/stream functions.

More information can be found on wikipedia.

See Also

Reference