BASS.NET API for the Un4seen BASS Audio Library

BassEnc_Mp3 Class

BASS.NET API for the Un4seen BASS Audio Library
BASS.NET API wrapper for BASSenc_MP3.DLL

Requires: bassenc_mp3.dll - Enc_MP3 Add-On - available @ www.un4seen.com.

Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.EncMp3BassEnc_Mp3

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

public sealed class BassEnc_Mp3

The BassEnc_Mp3 type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_Encode_MP3_GetVersion
Retrieves the version number of the bassenc_mp3.DLL that is loaded.
Public methodStatic memberBASS_Encode_MP3_GetVersion(Int32)
Retrieves the version of the bassenc_mp3.DLL that is loaded.
Public methodStatic memberBASS_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.

Public methodStatic memberBASS_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.

Public methodStatic memberFreeMe
Unloads this library. This must be called when you have previously called LoadMe.
Public methodStatic memberLoadMe
Loads this library into memory. The library will be search in the current application directory.
Public methodStatic memberLoadMe(String)
Loads this library into memory. The library will be loaded from the given path.
Top
Fields

  NameDescription
Public fieldStatic memberBASSENCMP3VERSION
Current BASSenc_MP3 version (without minor revision).
Top
Remarks

BassEnc_Mp3 is an extension to the BASSenc add-on that allows BASS channels to be MP3 encoded. BASS 2.4 and BASSenc 2.4.12 or above are required.

See Also

Reference