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

The BASS_PLUGINFORM type exposes the following members.
Constructors

  NameDescription
Public methodBASS_PLUGINFORM 
Default constructor.
Public methodBASS_PLUGINFORM(String, String, BASSChannelType)
Constructor.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the plugin format (name|exts) which can be used for file filter settings.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldctype
The channel type, as would appear in the BASS_CHANNELINFO structure.
Public fieldexts
File extension filter, in the form of "*.ext1;*.ext2;etc...".
Public fieldname
The Format description or name.
Back to Top
See Also