BASS.NET API for the Un4seen BASS Audio Library

BassEnc_FlacLoadMe Method (String)

BASS.NET API for the Un4seen BASS Audio Library
Loads this library into memory. The library will be loaded from the given path.

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

public static bool LoadMe(
	string path
)

Parameters

path
Type: SystemString
The path of the directory in which to search.

Return Value

Type: Boolean
, if the module could be loaded successfully, else .
Remarks

This method can be used to make sure, that this specific library has been loaded.

Normally an external library will be loaded into memory when either of the declared methods will be called for the very first time.

See Also

Reference