BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSP Class

BASS.NET API for the Un4seen BASS Audio Library
General helper class to retrieve information about a Winamp DSP.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.WaDspWINAMP_DSP

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

public sealed class WINAMP_DSP

The WINAMP_DSP type exposes the following members.

Constructors

  NameDescription
Public methodWINAMP_DSP
Default constructor initialising and retrieving information about a Winamp DSP.
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.
Top
Methods

  NameDescription
Public methodStatic memberCode exampleFindPlugins
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 ObjectToString.)
Public methodUnload
Unloads the Winamp DSP plugin.
Top
See Also

Reference