BASS.NET API for the Un4seen BASS Audio Library

BASS_PLUGININFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_PluginGetInfo(Int32) to retrieve information on a plugin.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_PLUGININFO

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

[SerializableAttribute]
public sealed class BASS_PLUGININFO

The BASS_PLUGININFO type exposes the following members.

Methods

  NameDescription
Public methodToString
A description of the plugin structure (version, formatc).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldformatc
Number of supported formats.
Public fieldformats
The array of supported formats. The array contains formatc number of elements.
Public fieldversion
Top
Remarks

This class can not be used directly! It will be returned and created by BASS_PluginGetInfo(Int32) only.
See Also

Reference