The EncoderOGG type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Implement IDisposable.
(Inherited from BaseEncoder.) | |
Finalize |
Finalization code.
(Inherited from BaseEncoder.) | |
Kbps2Quality |
Converts a bitrate (between 32 kbps and 498 kbps) to an approx. quality level.
| |
Pause |
Pauses or resumes an encoder.
(Inherited from BaseEncoder.) | |
Quality2Kbps |
Converts a quality setting (between -2.0 and 10.0) to an approx. bitrate (in kbps).
| |
SettingsString |
Returns the string representation of the current encoder settings.
(Overrides BaseEncoderSettingsString.) | |
Start |
This method starts the actual OGG 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