The WINAMP_DSP type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description |
Gets the description of the Winamp DSP.
| |
| File |
Gets the fully qualified path and name of the Winamp DSP file.
| |
| IsLoaded |
Is the Winamp DSP plugin already loaded?
| |
| IsStarted |
Is the Winamp DSP plugin already started and assigned to a channel?
| |
| ModuleCount |
Gets the number of modules contained in this Winamp DSP.
| |
| ModuleNames |
Gets an array of available module names.
| |
| PlugIns |
Gets the list of available Winamp DSPs (as loaded by FindPlugins(String)).
| |
| StartedModule |
Returns the currently selected and started module index - or -1 if no module is started.
|
See Also