Loads a Winamp input plug-in.
Namespace: Un4seen.Bass.AddOn.Winamp
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
[DllImportAttribute("bass_winamp")] public static int BASS_WINAMP_LoadPlugin( string file )
Parameters
- file
- Type: SystemString
The file name of the plug-in to load.
Return Value
Type: Int32The handle of the loaded winamp input plug-in or 0 if it failed.
Examples
C#
int pluginHandle = BassWinamp.BASS_WINAMP_LoadPlugin( @"C:\Programme\Winamp\Plugins\in_mp3.dll" );
See Also