BASS.NET API for the Un4seen BASS Audio LibraryBassCdg MembersBASS.NET API for the Un4seen BASS Audio Library

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.
Back to 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
Back to Top
See Also