BASS.NET API for the Un4seen BASS Audio Library

BaseEncoder Methods

BASS.NET API for the Un4seen BASS Audio Library

The BaseEncoder type exposes the following members.

Methods

  NameDescription
Public methodDispose
Implement IDisposable.
Public methodStatic memberCode exampleEncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Double, Double)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Int64, Int64)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Double, Double)
Encodes a given input file to a given output file using the specified encoder.
Public methodStatic memberCode exampleEncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Int64, Int64)
Encodes a given input file to a given output file using the specified encoder.
Protected methodFinalize
Finalization code.
(Overrides ObjectFinalize.)
Public methodPause
Pauses or resumes an encoder.
Public methodSettingsString
Returns the string representation of the current encoder settings.
Public methodStart
This method must implement the actual start of the encoder. After the encoder was started successfully the EncoderHandle must return a valid HENCODE handle.
Public methodStop
Stops the encoder immediately (if started).
Public methodStop(Boolean)
Stops the encoder (if started).
Top
See Also

Reference