BASS.NET API for the Un4seen BASS Audio Library

BassEnc_Mp3BASS_Encode_MP3_GetVersion Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the version number of the bassenc_mp3.DLL that is loaded.

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

[DllImportAttribute("bassenc_mp3")]
public static int BASS_Encode_MP3_GetVersion()

Return Value

Type: Int32
The BASSenc_MP3 version. For example, 0x02040103 (hex), would be version 2.4.1.3.
Remarks

There is no guarantee that a previous or future version of BASSenc_MP3 supports all the BASSenc_MP3 functions that you are using, so you should always use this function to make sure the correct version is loaded. It is safe to assume that future minor revisions (indicated in the LOWORD) will be fully compatible.

You might use the global constant BASSENCMP3VERSION to check the major revision.

Note: Calling this method will also automatically load the library into memory.

See Also

Reference