BASS.NET API for the Un4seen BASS Audio Library

BassEnc_Ogg Class

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

Requires: bassenc_ogg.dll - Enc_OGG Add-On - available @ www.un4seen.com.

Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.EncOggBassEnc_Ogg

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

public sealed class BassEnc_Ogg

The BassEnc_Ogg type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_Encode_OGG_GetVersion
Retrieves the version number of the BASSenc_OGG.DLL that is loaded.
Public methodStatic memberBASS_Encode_OGG_GetVersion(Int32)
Retrieves the version of the BASSenc_OGG.DLL that is loaded.
Public methodStatic memberBASS_Encode_OGG_NewStream
Starts a new bitstream in an Ogg Vorbis encoder's output.
Public methodStatic memberBASS_Encode_OGG_Start
Sets up an Ogg Vorbis 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_OGG_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
Fields

  NameDescription
Public fieldStatic memberBASSENCOGGVERSION
Current BASSenc_OGG version (without minor revision).
Top
Remarks

BASSenc_OGG is an extension to the BASSenc add-on that allows BASS channels to be Ogg Vorbis encoded, with support for OGGENC options. BASS 2.4 and BASSenc 2.4.12 or above are required.

Ogg Vorbis encoding is based on libogg/vorbis, Copyright(c) 2002-2015 Xiph.org Foundation.

See Also

Reference