Namespace OpusSharp.Core
Classes
NativeOpus
Native opus handler that directly calls the exported opus functions. Requires a dynamically loaded library.
OpusDecoder
An opus decoder.
OpusEncoder
An opus encoder.
OpusException
An opus exception.
OpusInfo
Provides information about the opus DLL.
Enums
DecoderCTL
These are convenience macros for use with the opus_decoder_ctl interface
EncoderCTL
These are convenience macros for use with the opus_encoder_ctl interface.
GenericCTL
These macros are used with the opus_decoder_ctl and opus_encoder_ctl calls to generate a particular request.
MultistreamCTL
These are convenience macros that are specific to the opus_multistream_encoder_ctl() and opus_multistream_decoder_ctl() interface.
OpusErrorCodes
Error codes for opus.
OpusPredefinedValues
Pre-defined values for CTL interface.