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_LAST_PACKET_DURATION | Gets the duration (in samples) of the last packet successfully decoded or concealed. |
OPUS_GET_PITCH | Gets the pitch of the last decoded frame, if available. |
OPUS_SET_GAIN | Configures decoder gain adjustment. |