Enum DecoderCTL
These are convenience macros for use with the opus_decoder_ctl interface
Namespace: OpusSharp.Core
Assembly: OpusSharp.Core.dll
Syntax
public enum DecoderCTL
Fields
| Name | Description |
|---|---|
| OPUS_GET_GAIN | Gets the decoder's configured gain adjustment. |
| OPUS_GET_IGNORE_EXTENSIONS | Gets whether the decoder is ignoring extensions. |
| OPUS_GET_LAST_PACKET_DURATION | Gets the duration (in samples) of the last packet successfully decoded or concealed. |
| OPUS_GET_OSCE_BWE | Gets blind bandwidth extension flag for wideband signals if decoding sampling rate is 48 kHz. |
| OPUS_GET_PITCH | Gets the pitch of the last decoded frame, if available. |
| OPUS_SET_GAIN | Configures decoder gain adjustment. |
| OPUS_SET_IGNORE_EXTENSIONS | If set to 1, the decoder will ignore all extensions found in the padding area (does not affect DRED, which is decoded separately). |
| OPUS_SET_OSCE_BWE | Enables blind bandwidth extension for wideband signals if decoding sampling rate is 48 kHz. |