BASS.NET API for the Un4seen BASS Audio Library

EncoderACM Methods

BASS.NET API for the Un4seen BASS Audio Library

The EncoderACM type exposes the following members.

Methods

  NameDescription
Public methodDispose
Implement IDisposable.
(Inherited from BaseEncoder.)
Protected methodFinalize
Finalization code.
(Inherited from BaseEncoder.)
Public methodLoadCodec
Loads the ACM_Codec from a file.
Public methodPause
Pauses or resumes an encoder.
(Inherited from BaseEncoder.)
Public methodSaveCodec
Saves the current ACM_Codec to a file.
Public methodSettingsString
Returns the string representation of the current encoder settings.
(Overrides BaseEncoderSettingsString.)
Public methodStart
This method starts the actual ACM 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.)
Top
See Also

Reference