The BaseEncoder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implement IDisposable.
| |
| EncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Double, Double) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Int64, Int64) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Double, Double) |
Encodes a given input file to a given output file using the specified encoder.
| |
| EncodeFile(String, String, BaseEncoder, BaseEncoderENCODEFILEPROC, Boolean, Boolean, Boolean, Int64, Int64) |
Encodes a given input file to a given output file using the specified encoder.
| |
| Finalize |
Finalization code.
(Overrides ObjectFinalize.) | |
| Pause |
Pauses or resumes an encoder.
| |
| SettingsString |
Returns the string representation of the current encoder settings.
| |
| Start |
This method must implement the actual start of the encoder.
After the encoder was started successfully the EncoderHandle must return a valid HENCODE handle.
| |
| Stop |
Stops the encoder immediately (if started).
| |
| Stop(Boolean) |
Stops the encoder (if started).
|
See Also