BASS.NET API for the Un4seen BASS Audio Library

BASS_PLUGINFORM Constructor (String, String, BASSChannelType)

BASS.NET API for the Un4seen BASS Audio Library
Constructor.

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

public BASS_PLUGINFORM(
	string Name,
	string Extensions,
	BASSChannelType ChannelType
)

Parameters

Name
Type: SystemString
The Format description or name.
Extensions
Type: SystemString
File extension filter, in the form of "*.ext1;*.ext2;etc...".
ChannelType
Type: Un4seen.BassBASSChannelType
The channel type, as would appear in the BASS_CHANNELINFO structure.
See Also

Reference