BASS.NET API for the Un4seen BASS Audio Library

BassEnc_OpusLoadMe Method

BASS.NET API for the Un4seen BASS Audio Library
Loads this library into memory. The library will be search in the current application directory.

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

public static bool LoadMe()

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