The EncoderACM type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implement IDisposable.
(Inherited from BaseEncoder.) | |
| Finalize |
Finalization code.
(Inherited from BaseEncoder.) | |
| LoadCodec |
Loads the ACM_Codec from a file.
| |
| Pause |
Pauses or resumes an encoder.
(Inherited from BaseEncoder.) | |
| SaveCodec |
Saves the current ACM_Codec to a file.
| |
| SettingsString |
Returns the string representation of the current encoder settings.
(Overrides BaseEncoderSettingsString.) | |
| Start |
This method starts the actual ACM encoder.
(Overrides BaseEncoderStart(ENCODEPROC, IntPtr, Boolean).) | |
| 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 ObjectToString.) |
See Also