Retrieves the version number of the bassenc_mp3.DLL that is loaded.
Namespace: Un4seen.Bass.AddOn.EncAac
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Return Value
Type: Int32The BASSenc_AAC version. For example, 0x02040103 (hex), would be version 2.4.1.3.
Remarks
You might use the global constant BASSENCAACVERSION to check the major revision.
Note: Calling this method will also automatically load the library into memory.
See Also