BASS.NET API for the Un4seen BASS Audio Library

BassEnc_Opus Methods

BASS.NET API for the Un4seen BASS Audio Library

The BassEnc_Opus type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_Encode_OPUS_GetVersion
Retrieves the version number of the BASSenc_OPUS.DLL that is loaded.
Public methodStatic memberBASS_Encode_OPUS_GetVersion(Int32)
Retrieves the version of the BASSenc_OPUS.DLL that is loaded.
Public methodStatic memberBASS_Encode_OPUS_NewStream
Starts a new bitstream in an Opus encoder's output.
Public methodStatic memberBASS_Encode_OPUS_Start
Sets up an Opus 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_OPUS_StartFile
Sets up an Ogg Vorbis 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
See Also

Reference