BASS.NET API for the Un4seen BASS Audio LibraryBASS_DSHOW_PLUGININFO ClassBASS.NET API for the Un4seen BASS Audio Library
Used with BASS_DSHOW_PluginGetInfo(Int32, BASS_DSHOW_PLUGININFO) to retrieve information on a plugin.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.DShowBASS_DSHOW_PLUGININFO

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

[SerializableAttribute]
public sealed class BASS_DSHOW_PLUGININFO

The BASS_DSHOW_PLUGININFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DSHOW_PLUGININFO
Default constructor.
Top
Properties

  NameDescription
Public propertyIsAudio
Returns if the plugin is an audio plugin.
Public propertyIsVideo
Returns if the plugin is a video plugin.
Top
Methods

  NameDescription
Public methodToString
A description of the plugin.
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fielddecoderType
Type of decoder: 1=audio, 2=video.
Public fieldplgdescription
The plugin description.
Public fieldversion
Plugin version.
Top
Remarks

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

Reference