opus.encoder

Undocumented in source.

Members

Classes

Encoder
class Encoder

Encoder is a wrapper around opus encoding

Enums

Application
enum Application
Undocumented in source.
Bandwidth
enum Bandwidth
Undocumented in source.
CTL
enum CTL
Undocumented in source.

Functions

opus_encode
int opus_encode(OpusEncoder* , short* , int , ubyte* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opus_encoder_create
OpusEncoder* opus_encoder_create(int , int , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opus_encoder_ctl
int opus_encoder_ctl(OpusEncoder* , int request, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opus_encoder_destroy
void opus_encoder_destroy(OpusEncoder* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

OpusEncoder
struct OpusEncoder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

OPUS_OK
int OPUS_OK;
Undocumented in source.

Meta