Enum GenericCTL
These macros are used with the opus_decoder_ctl and opus_encoder_ctl calls to generate a particular request.
Namespace: OpusSharp.Core
Assembly: OpusSharp.Core.dll
Syntax
public enum GenericCTL
Fields
Name | Description |
---|---|
OPUS_GET_BANDWIDTH | Gets the encoder's configured bandpass or the decoder's last bandpass. |
OPUS_GET_FINAL_RANGE | Gets the final state of the codec's entropy coder. |
OPUS_GET_PHASE_INVERSION_DISABLED | Gets the decoder/encoder's configured phase inversion status. |
OPUS_GET_SAMPLE_RATE | Gets the sampling rate the encoder or decoder was initialized with. |
OPUS_RESET_STATE | Resets the codec state to be equivalent to a freshly initialized state. |
OPUS_SET_PHASE_INVERSION_DISABLED | If set to 1, disables the use of phase inversion for intensity stereo, improving the quality of mono down-mixes, but slightly reducing normal stereo quality. |