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

The BASS_SFX_PLUGININFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_SFX_PLUGININFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
The description of the plugin.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldclsid
The classid of the windows media player plugin that can be used with BASS_SFX_PluginCreate(String, IntPtr, Int32, Int32, BASSSFXFlag) to create the plugin for use in BASS_SFX.
Public fieldname
The description of the plugin.
Back to Top
See Also