BASS.NET API for the Un4seen BASS Audio Library

BassSfxBASS_SFX_WMP_GetPluginCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of WMP plugins currently available for use.

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

public static int BASS_SFX_WMP_GetPluginCount()

Return Value

Type: Int32
Number of available windows media plugins.
Remarks

Uses BASS_SFX_WMP_GetPlugin(Int32, BASS_SFX_PLUGININFO) internally.

ERROR CODEDescription
BASS_SFX_ERROR_INITBASS_SFX_Init(IntPtr, IntPtr) has not been successfully called.
BASS_SFX_ERROR_MEMMemory error.
BASS_SFX_ERROR_UNKNOWNSome other mystery problem!

See Also

Reference