BASS.NET API for the Un4seen BASS Audio Library

BASSWINAMPFindPlugin Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSWINAMPFindPlugin
Members

  Member nameValueDescription
BASS_WINAMP_FIND_INPUT1 Find input plug-ins. Should and must always be specified.
BASS_WINAMP_FIND_RECURSIVE4 Recursively loop through all sub-directories as well.
BASS_WINAMP_FIND_COMMALIST8 Return the result as a comma seperated list in the format: item1,item2,"item with , commas",item4,"item with space"

If not specified a list of null-terminated Ansi strings will be returned ending with a double-null.

See Also

Reference