BASS.NET API wrapper for BASSenc_FLAC.DLL
Requires: bassenc_flac.dll - Enc_FLAC Add-On - available @ www.un4seen.com.
Inheritance Hierarchy
Un4seen.Bass.AddOn.EncFlacBassEnc_Flac
Namespace: Un4seen.Bass.AddOn.EncFlac
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
The BassEnc_Flac type exposes the following members.
Methods
Name | Description | |
---|---|---|
BASS_Encode_FLAC_GetVersion |
Retrieves the version number of the BASSenc_FLAC.DLL that is loaded.
| |
BASS_Encode_FLAC_GetVersion(Int32) |
Retrieves the version of the BASSenc_FLAC.DLL that is loaded.
| |
BASS_Encode_FLAC_NewStream |
Starts a new bitstream in an Ogg FLAC encoder's output.
| |
BASS_Encode_FLAC_Start |
Sets up an FLAC 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_FLAC_StartFile |
Sets up a FLAC 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.
|
Fields
Name | Description | |
---|---|---|
BASSENCFLACVERSION |
Current BASSenc_FLAC version (without minor revision).
|
Remarks
BASSenc_FLAC is an extension to the BASSenc add-on that allows BASS channels to be FLAC encoded, with support for FLACENC options. BASS 2.4 and BASSenc 2.4.12 or above are required.
See Also