The BassEnc_Mp3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BASS_Encode_MP3_GetVersion |
Retrieves the version number of the bassenc_mp3.DLL that is loaded.
| |
| BASS_Encode_MP3_GetVersion(Int32) |
Retrieves the version of the bassenc_mp3.DLL that is loaded.
| |
| BASS_Encode_MP3_Start |
Sets up an MP3 encoder on a channel.
This overload implements UNICODE options. The BASS_UNICODE flag will be added automatically, since all .Net strings are always unicode. | |
| BASS_Encode_MP3_StartFile |
Sets up an MP3 encoder on a channel, writing the output to a file.
This overload implements UNICODE options. The BASS_UNICODE flag will be added automatically, since all .Net strings are always unicode. | |
| FreeMe |
Unloads this library. This must be called when you have previously called LoadMe.
| |
| LoadMe |
Loads this library into memory. The library will be search in the current application directory.
| |
| LoadMe(String) |
Loads this library into memory. The library will be loaded from the given path.
|
See Also