The EncoderBassEnc_Opus 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 BaseEncoderSettingsString.) | |
| Start |
This method starts the actual OPUS 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.) | |
| UpdateTitle(String, String) |
Starts a new bitstream in an Opus encoder's output for streaming meta data updates.
| |
| UpdateTitle(TAG_INFO, String) |
Starts a new bitstream in an Opus encoder's output for streaming meta data updates.
|
See Also