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

The BASS_DSHOW_PLUGININFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_DSHOW_PLUGININFO
Default constructor.
Back to Top
Methods

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

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

  NameDescription
Public propertyIsAudio
Returns if the plugin is an audio plugin.
Public propertyIsVideo
Returns if the plugin is a video plugin.
Back to Top
See Also