The EncoderMP3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implement IDisposable.
(Inherited from BaseEncoder.) | |
| Finalize |
Finalization code.
(Inherited from BaseEncoder.) | |
| Pause |
Pauses or resumes an encoder.
(Inherited from BaseEncoder.) | |
| SettingsString |
Returns the string representation of the current encoder settings.
(Overrides EncoderCMDLNSettingsString.) | |
| Start |
This method starts the actual command-line encoder.
After the encoder was started successfully the EncoderHandle returns a valid HENCODE handle.
(Inherited from EncoderCMDLN.) | |
| Stop |
Stops the encoder immediately (if started).
(Inherited from BaseEncoder.) | |
| Stop(Boolean) |
Stops the encoder (if started).
(Inherited from BaseEncoder.) | |
| ToString |
Returns the name of the Encoder.
(Overrides EncoderCMDLNToString.) |
See Also