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

The WINAMP_DSP type exposes the following members.
Constructors

  NameDescription
Public methodWINAMP_DSP
Default constructor initialising and retrieving information about a Winamp DSP.
Back to Top
Methods

  NameDescription
Public methodStatic memberFindPlugins
Finds all Winamp DSP plugins contained in a given directory and stores all related information in the PlugIns list.
Public methodLoad
Loads the Winamp DSP plugin.
Public methodSetFilename
Sets a global song title for the loaded and started Winamp DSP.
Public methodSetSongTitle
Sets a global song title for the loaded and started Winamp DSP.
Public methodShowEditor
Shows the Winamp DSP config dialog.
Public methodStart
Starts a certain module of a Wianmp DSP plugin and assignes it to a channel as a new DSP.
Public methodStop
Stops the currently started Winamp DSP plugin module.
Public methodToString
A description of the Winamp DSP info object (description - filename).
(Overrides OnlineObject ToString .)
Public methodUnload
Unloads the Winamp DSP plugin.
Back to Top
Properties

  NameDescription
Public propertyDescription
Gets the description of the Winamp DSP.
Public propertyFile
Gets the fully qualified path and name of the Winamp DSP file.
Public propertyIsLoaded
Is the Winamp DSP plugin already loaded?
Public propertyIsStarted
Is the Winamp DSP plugin already started and assigned to a channel?
Public propertyModuleCount
Gets the number of modules contained in this Winamp DSP.
Public propertyModuleNames
Gets an array of available module names.
Public propertyStatic memberPlugIns
Gets the list of available Winamp DSPs (as loaded by FindPlugins(String)).
Public propertyStartedModule
Returns the currently selected and started module index - or -1 if no module is started.
Back to Top
See Also