BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_Ogg Methods

BASS.NET API for the Un4seen BASS Audio Library

The EncoderBassEnc_Ogg type exposes the following members.

Methods

  NameDescription
Public methodDispose
Implement IDisposable.
(Inherited from BaseEncoder.)
Protected methodFinalize
Finalization code.
(Inherited from BaseEncoder.)
Public methodKbps2Quality
Converts a bitrate (between 32 kbps and 498 kbps) to an approx. quality level.
Public methodPause
Pauses or resumes an encoder.
(Inherited from BaseEncoder.)
Public methodQuality2Kbps
Converts a quality setting (between -2.0 and 10.0) to an approx. bitrate (in kbps).
Public methodSettingsString
Returns the string representation of the current encoder settings.
(Overrides BaseEncoderSettingsString.)
Public methodStart
This method starts the actual BassEnc_Ogg encoder.
(Overrides BaseEncoderStart(ENCODEPROC, IntPtr, Boolean).)
Public methodStop
Stops the encoder immediately (if started).
(Inherited from BaseEncoder.)
Public methodStop(Boolean)
Stops the encoder (if started).
(Inherited from BaseEncoder.)
Public methodToString
Returns the name of the Encoder.
(Overrides ObjectToString.)
Public methodUpdateTitle(String, String)
Starts a new bitstream in an Opus encoder's output for streaming meta data updates.
Public methodUpdateTitle(TAG_INFO, String)
Starts a new bitstream in an Opus encoder's output for streaming meta data updates.
Top
See Also

Reference