BASS.NET API for the Un4seen BASS Audio Library

BASS_SFX_PLUGININFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_SFX_WMP_GetPlugin(Int32, BASS_SFX_PLUGININFO) to retrieve information on a registered Windows Media Player plugin.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.SfxBASS_SFX_PLUGININFO

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

[SerializableAttribute]
public sealed class BASS_SFX_PLUGININFO

The BASS_SFX_PLUGININFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_SFX_PLUGININFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
The description of the plugin.
(Overrides ObjectToString.)
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.
Top
Remarks

This function can be used to enumerate all the available windows media player visualization plugins that are registered on the system.
See Also

Reference