Class Opus
java.lang.Object
org.lwjgl.util.opus.Opus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic final classContains the function pointers loaded from the opusSharedLibrary. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedLibraryReturns the opusSharedLibrary.static intnopus_decode(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int16 * pcm, int frame_size, int decode_fec)static intnopus_decode_float(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode_float(OpusDecoder * st, unsigned char const * data, opus_int32 len, float * pcm, int frame_size, int decode_fec)static intnopus_decode24(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode24(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int32 * pcm, int frame_size, int decode_fec)static longnopus_decoder_create(int Fs, int channels, long error) OpusDecoder * opus_decoder_create(opus_int32 Fs, int channels, int * error)static intnopus_decoder_dred_decode(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int16 * pcm, int frame_size)static intnopus_decoder_dred_decode_float(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode_float(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, float * pcm, int frame_size)static intnopus_decoder_dred_decode24(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode24(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int32 * pcm, int frame_size)static intnopus_decoder_get_nb_samples(long dec, long packet, int len) int opus_decoder_get_nb_samples(OpusDecoder const * dec, unsigned char const * packet, opus_int32 len)static longnopus_dred_alloc(long error) OpusDRED * opus_dred_alloc(int * error)static longnopus_dred_decoder_create(long error) OpusDREDDecoder * opus_dred_decoder_create(int * error)static intnopus_dred_parse(long dred_dec, long dred, long data, int len, int max_dred_samples, int sampling_rate, long dred_end, int defer_processing) int opus_dred_parse(OpusDREDDecoder * dred_dec, OpusDRED * dred, unsigned char const * data, opus_int32 len, opus_int32 max_dred_samples, opus_int32 sampling_rate, int * dred_end, int defer_processing)static intnopus_encode(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode(OpusEncoder * st, opus_int16 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static intnopus_encode_float(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode_float(OpusEncoder * st, float const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static intnopus_encode24(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode24(OpusEncoder * st, opus_int32 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static longnopus_encoder_create(int Fs, int channels, int application, long error) OpusEncoder * opus_encoder_create(opus_int32 Fs, int channels, int application, int * error)static longchar * opus_get_version_string(void)static intnopus_multistream_packet_pad(long data, int len, int new_len, int nb_streams) int opus_multistream_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len, int nb_streams)static intnopus_multistream_packet_unpad(long data, int len, int nb_streams) opus_int32 opus_multistream_packet_unpad(unsigned char const * data, opus_int32 len, int nb_streams)static intnopus_packet_get_bandwidth(long data) int opus_packet_get_bandwidth(unsigned char const * data)static intnopus_packet_get_nb_channels(long data) int opus_packet_get_nb_channels(unsigned char const * data)static intnopus_packet_get_nb_frames(long packet, int len) int opus_packet_get_nb_frames(unsigned char const * packet, opus_int32 len)static intnopus_packet_get_nb_samples(long packet, int len, int Fs) int opus_packet_get_nb_samples(unsigned char const * packet, opus_int32 len, opus_int32 Fs)static intnopus_packet_get_samples_per_frame(long data, int Fs) int opus_packet_get_samples_per_frame(unsigned char const * data, opus_int32 Fs)static intnopus_packet_has_lbrr(long packet, int len) int opus_packet_has_lbrr(unsigned char const * packet, opus_int32 len)static intnopus_packet_pad(long data, int len, int new_len) int opus_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len)static intnopus_packet_parse(long data, int len, long out_toc, long frames, long size, long payload_offset) int opus_packet_parse(unsigned char const * data, opus_int32 len, unsigned char * out_toc, unsigned char const ** frames, opus_int16 * size, int * payload_offset)static intnopus_packet_unpad(long data, int len) opus_int32 opus_packet_unpad(unsigned char const * data, opus_int32 len)static voidnopus_pcm_soft_clip(long pcm, int frame_size, int channels, long softclip_mem) void opus_pcm_soft_clip(float * pcm, int frame_size, int channels, float * softclip_mem)static intnopus_repacketizer_cat(long rp, long data, int len) int opus_repacketizer_cat(OpusRepacketizer * rp, unsigned char const * data, opus_int32 len)static intnopus_repacketizer_out(long rp, long data, int maxlen) opus_int32 opus_repacketizer_out(OpusRepacketizer * rp, unsigned char const * data, opus_int32 maxlen)static intnopus_repacketizer_out_range(long rp, int begin, int end, long data, int maxlen) opus_int32 opus_repacketizer_out_range(OpusRepacketizer * rp, int begin, int end, unsigned char const * data, opus_int32 maxlen)static longnopus_strerror(int error) char * opus_strerror(int error)static intopus_decode(long st, @Nullable ByteBuffer data, ShortBuffer pcm, int frame_size, int decode_fec) int opus_decode(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int16 * pcm, int frame_size, int decode_fec)static intopus_decode_float(long st, @Nullable ByteBuffer data, FloatBuffer pcm, int frame_size, int decode_fec) int opus_decode_float(OpusDecoder * st, unsigned char const * data, opus_int32 len, float * pcm, int frame_size, int decode_fec)static intopus_decode24(long st, @Nullable ByteBuffer data, IntBuffer pcm, int frame_size, int decode_fec) int opus_decode24(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int32 * pcm, int frame_size, int decode_fec)static longopus_decoder_create(int Fs, int channels, @Nullable IntBuffer error) OpusDecoder * opus_decoder_create(opus_int32 Fs, int channels, int * error)static intopus_decoder_ctl(long st, int request) static intopus_decoder_ctl(long st, Opus.CTLRequest request) static voidopus_decoder_destroy(long st) void opus_decoder_destroy(OpusDecoder * st)static intopus_decoder_dred_decode(long st, long dred, int dred_offset, ShortBuffer pcm, int frame_size) int opus_decoder_dred_decode(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int16 * pcm, int frame_size)static intopus_decoder_dred_decode_float(long st, long dred, int dred_offset, FloatBuffer pcm, int frame_size) int opus_decoder_dred_decode_float(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, float * pcm, int frame_size)static intopus_decoder_dred_decode24(long st, long dred, int dred_offset, IntBuffer pcm, int frame_size) int opus_decoder_dred_decode24(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int32 * pcm, int frame_size)static intopus_decoder_get_nb_samples(long dec, ByteBuffer packet) int opus_decoder_get_nb_samples(OpusDecoder const * dec, unsigned char const * packet, opus_int32 len)static intopus_decoder_get_size(int channels) int opus_decoder_get_size(int channels)static intopus_decoder_init(long st, int Fs, int channels) int opus_decoder_init(OpusDecoder * st, opus_int32 Fs, int channels)static longopus_dred_alloc(@Nullable IntBuffer error) OpusDRED * opus_dred_alloc(int * error)static longopus_dred_decoder_create(@Nullable IntBuffer error) OpusDREDDecoder * opus_dred_decoder_create(int * error)static intopus_dred_decoder_ctl(long dred_dec, int request) static intopus_dred_decoder_ctl(long dred_dec, Opus.CTLRequest request) static voidopus_dred_decoder_destroy(long dec) void opus_dred_decoder_destroy(OpusDREDDecoder * dec)static intint opus_dred_decoder_get_size(void)static intopus_dred_decoder_init(long dec) int opus_dred_decoder_init(OpusDREDDecoder * dec)static voidopus_dred_free(long dec) void opus_dred_free(OpusDRED * dec)static intint opus_dred_get_size(void)static intopus_dred_parse(long dred_dec, long dred, ByteBuffer data, int max_dred_samples, int sampling_rate, @Nullable IntBuffer dred_end, boolean defer_processing) int opus_dred_parse(OpusDREDDecoder * dred_dec, OpusDRED * dred, unsigned char const * data, opus_int32 len, opus_int32 max_dred_samples, opus_int32 sampling_rate, int * dred_end, int defer_processing)static intopus_dred_process(long dred_dec, long src, long dst) int opus_dred_process(OpusDREDDecoder * dred_dec, OpusDRED const * src, OpusDRED * dst)static intopus_encode(long st, ShortBuffer pcm, int frame_size, ByteBuffer data) opus_int32 opus_encode(OpusEncoder * st, opus_int16 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static intopus_encode_float(long st, FloatBuffer pcm, int frame_size, ByteBuffer data) opus_int32 opus_encode_float(OpusEncoder * st, float const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static intopus_encode24(long st, IntBuffer pcm, int frame_size, ByteBuffer data) opus_int32 opus_encode24(OpusEncoder * st, opus_int32 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes)static longopus_encoder_create(int Fs, int channels, int application, @Nullable IntBuffer error) OpusEncoder * opus_encoder_create(opus_int32 Fs, int channels, int application, int * error)static intopus_encoder_ctl(long st, int request) static intopus_encoder_ctl(long st, Opus.CTLRequest request) static voidopus_encoder_destroy(long st) void opus_encoder_destroy(OpusEncoder * st)static intopus_encoder_get_size(int channels) int opus_encoder_get_size(int channels)static intopus_encoder_init(long st, int Fs, int channels, int application) int opus_encoder_init(OpusEncoder * st, opus_int32 Fs, int channels, int application)static Opus.CTLRequestOPUS_GET_APPLICATION(IntBuffer value) static Opus.CTLRequestOPUS_GET_BANDWIDTH(IntBuffer value) static Opus.CTLRequestOPUS_GET_BITRATE(IntBuffer value) static Opus.CTLRequestOPUS_GET_COMPLEXITY(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_DTX(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_FINAL_RANGE(IntBuffer value) static Opus.CTLRequestOPUS_GET_FORCE_CHANNELS(IntBuffer value) static Opus.CTLRequestOPUS_GET_GAIN(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_IN_DTX(IntBuffer value) static Opus.CTLRequestOPUS_GET_INBAND_FEC(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_LOOKAHEAD(IntBuffer value) static Opus.CTLRequestOPUS_GET_LSB_DEPTH(IntBuffer value) static Opus.CTLRequestOPUS_GET_MAX_BANDWIDTH(IntBuffer value) static Opus.CTLRequestOPUS_GET_OSCE_BWE(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_PITCH(IntBuffer value) static Opus.CTLRequeststatic Opus.CTLRequestOPUS_GET_QEXT(IntBuffer value) static Opus.CTLRequestOPUS_GET_SAMPLE_RATE(IntBuffer value) static Opus.CTLRequestOPUS_GET_SIGNAL(IntBuffer value) static Opus.CTLRequestOPUS_GET_VBR(IntBuffer value) static Opus.CTLRequestOPUS_GET_VBR_CONSTRAINT(IntBuffer value) static @Nullable Stringchar * opus_get_version_string(void)static intopus_multistream_packet_pad(ByteBuffer data, int len, int new_len, int nb_streams) int opus_multistream_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len, int nb_streams)static intopus_multistream_packet_unpad(ByteBuffer data, int len, int nb_streams) opus_int32 opus_multistream_packet_unpad(unsigned char const * data, opus_int32 len, int nb_streams)static intint opus_packet_get_bandwidth(unsigned char const * data)static intint opus_packet_get_nb_channels(unsigned char const * data)static intopus_packet_get_nb_frames(ByteBuffer packet) int opus_packet_get_nb_frames(unsigned char const * packet, opus_int32 len)static intopus_packet_get_nb_samples(ByteBuffer packet, int Fs) int opus_packet_get_nb_samples(unsigned char const * packet, opus_int32 len, opus_int32 Fs)static intopus_packet_get_samples_per_frame(ByteBuffer data, int Fs) int opus_packet_get_samples_per_frame(unsigned char const * data, opus_int32 Fs)static intopus_packet_has_lbrr(ByteBuffer packet) int opus_packet_has_lbrr(unsigned char const * packet, opus_int32 len)static intopus_packet_pad(ByteBuffer data, int len, int new_len) int opus_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len)static intopus_packet_parse(ByteBuffer data, @Nullable ByteBuffer out_toc, @Nullable PointerBuffer frames, ShortBuffer size, @Nullable IntBuffer payload_offset) int opus_packet_parse(unsigned char const * data, opus_int32 len, unsigned char * out_toc, unsigned char const ** frames, opus_int16 * size, int * payload_offset)static intopus_packet_unpad(ByteBuffer data, int len) opus_int32 opus_packet_unpad(unsigned char const * data, opus_int32 len)static voidopus_pcm_soft_clip(FloatBuffer pcm, int frame_size, FloatBuffer softclip_mem) void opus_pcm_soft_clip(float * pcm, int frame_size, int channels, float * softclip_mem)static intopus_repacketizer_cat(long rp, ByteBuffer data) int opus_repacketizer_cat(OpusRepacketizer * rp, unsigned char const * data, opus_int32 len)static longOpusRepacketizer * opus_repacketizer_create(void)static voidopus_repacketizer_destroy(long rp) void opus_repacketizer_destroy(OpusRepacketizer * rp)static intopus_repacketizer_get_nb_frames(long rp) int opus_repacketizer_get_nb_frames(OpusRepacketizer * rp)static intint opus_repacketizer_get_size(void)static longopus_repacketizer_init(long rp) OpusRepacketizer * opus_repacketizer_init(OpusRepacketizer * rp)static intopus_repacketizer_out(long rp, ByteBuffer data) opus_int32 opus_repacketizer_out(OpusRepacketizer * rp, unsigned char const * data, opus_int32 maxlen)static intopus_repacketizer_out_range(long rp, int begin, int end, ByteBuffer data) opus_int32 opus_repacketizer_out_range(OpusRepacketizer * rp, int begin, int end, unsigned char const * data, opus_int32 maxlen)static Opus.CTLRequestOPUS_SET_APPLICATION(int value) static Opus.CTLRequestOPUS_SET_BANDWIDTH(int value) static Opus.CTLRequestOPUS_SET_BITRATE(int value) static Opus.CTLRequestOPUS_SET_COMPLEXITY(int value) static Opus.CTLRequestOPUS_SET_DNN_BLOB_REQUEST(ByteBuffer data, int len) static Opus.CTLRequestOPUS_SET_DRED_DURATION_REQUEST(int value) static Opus.CTLRequestOPUS_SET_DTX(int value) static Opus.CTLRequestOPUS_SET_EXPERT_FRAME_DURATION(int value) static Opus.CTLRequestOPUS_SET_FORCE_CHANNELS(int value) static Opus.CTLRequestOPUS_SET_GAIN(int value) static Opus.CTLRequestOPUS_SET_IGNORE_EXTENSIONS(int value) static Opus.CTLRequestOPUS_SET_INBAND_FEC(int value) static Opus.CTLRequestOPUS_SET_LSB_DEPTH(int value) static Opus.CTLRequestOPUS_SET_MAX_BANDWIDTH(int value) static Opus.CTLRequestOPUS_SET_OSCE_BWE(int value) static Opus.CTLRequestOPUS_SET_PACKET_LOSS_PERC(int value) static Opus.CTLRequestOPUS_SET_PHASE_INVERSION_DISABLED(int value) static Opus.CTLRequestOPUS_SET_PREDICTION_DISABLED(int value) static Opus.CTLRequestOPUS_SET_QEXT(int value) static Opus.CTLRequestOPUS_SET_SIGNAL(int value) static Opus.CTLRequestOPUS_SET_VBR(int value) static Opus.CTLRequestOPUS_SET_VBR_CONSTRAINT(int value) static @Nullable Stringopus_strerror(int error) char * opus_strerror(int error)
-
Field Details
-
OPUS_OK
public static final int OPUS_OK- See Also:
-
OPUS_BAD_ARG
public static final int OPUS_BAD_ARG- See Also:
-
OPUS_BUFFER_TOO_SMALL
public static final int OPUS_BUFFER_TOO_SMALL- See Also:
-
OPUS_INTERNAL_ERROR
public static final int OPUS_INTERNAL_ERROR- See Also:
-
OPUS_INVALID_PACKET
public static final int OPUS_INVALID_PACKET- See Also:
-
OPUS_UNIMPLEMENTED
public static final int OPUS_UNIMPLEMENTED- See Also:
-
OPUS_INVALID_STATE
public static final int OPUS_INVALID_STATE- See Also:
-
OPUS_ALLOC_FAIL
public static final int OPUS_ALLOC_FAIL- See Also:
-
OPUS_SET_APPLICATION_REQUEST
public static final int OPUS_SET_APPLICATION_REQUEST- See Also:
-
OPUS_GET_APPLICATION_REQUEST
public static final int OPUS_GET_APPLICATION_REQUEST- See Also:
-
OPUS_SET_BITRATE_REQUEST
public static final int OPUS_SET_BITRATE_REQUEST- See Also:
-
OPUS_GET_BITRATE_REQUEST
public static final int OPUS_GET_BITRATE_REQUEST- See Also:
-
OPUS_SET_MAX_BANDWIDTH_REQUEST
public static final int OPUS_SET_MAX_BANDWIDTH_REQUEST- See Also:
-
OPUS_GET_MAX_BANDWIDTH_REQUEST
public static final int OPUS_GET_MAX_BANDWIDTH_REQUEST- See Also:
-
OPUS_SET_VBR_REQUEST
public static final int OPUS_SET_VBR_REQUEST- See Also:
-
OPUS_GET_VBR_REQUEST
public static final int OPUS_GET_VBR_REQUEST- See Also:
-
OPUS_SET_BANDWIDTH_REQUEST
public static final int OPUS_SET_BANDWIDTH_REQUEST- See Also:
-
OPUS_GET_BANDWIDTH_REQUEST
public static final int OPUS_GET_BANDWIDTH_REQUEST- See Also:
-
OPUS_SET_COMPLEXITY_REQUEST
public static final int OPUS_SET_COMPLEXITY_REQUEST- See Also:
-
OPUS_GET_COMPLEXITY_REQUEST
public static final int OPUS_GET_COMPLEXITY_REQUEST- See Also:
-
OPUS_SET_INBAND_FEC_REQUEST
public static final int OPUS_SET_INBAND_FEC_REQUEST- See Also:
-
OPUS_GET_INBAND_FEC_REQUEST
public static final int OPUS_GET_INBAND_FEC_REQUEST- See Also:
-
OPUS_SET_PACKET_LOSS_PERC_REQUEST
public static final int OPUS_SET_PACKET_LOSS_PERC_REQUEST- See Also:
-
OPUS_GET_PACKET_LOSS_PERC_REQUEST
public static final int OPUS_GET_PACKET_LOSS_PERC_REQUEST- See Also:
-
OPUS_SET_DTX_REQUEST
public static final int OPUS_SET_DTX_REQUEST- See Also:
-
OPUS_GET_DTX_REQUEST
public static final int OPUS_GET_DTX_REQUEST- See Also:
-
OPUS_SET_VBR_CONSTRAINT_REQUEST
public static final int OPUS_SET_VBR_CONSTRAINT_REQUEST- See Also:
-
OPUS_GET_VBR_CONSTRAINT_REQUEST
public static final int OPUS_GET_VBR_CONSTRAINT_REQUEST- See Also:
-
OPUS_SET_FORCE_CHANNELS_REQUEST
public static final int OPUS_SET_FORCE_CHANNELS_REQUEST- See Also:
-
OPUS_GET_FORCE_CHANNELS_REQUEST
public static final int OPUS_GET_FORCE_CHANNELS_REQUEST- See Also:
-
OPUS_SET_SIGNAL_REQUEST
public static final int OPUS_SET_SIGNAL_REQUEST- See Also:
-
OPUS_GET_SIGNAL_REQUEST
public static final int OPUS_GET_SIGNAL_REQUEST- See Also:
-
OPUS_GET_LOOKAHEAD_REQUEST
public static final int OPUS_GET_LOOKAHEAD_REQUEST- See Also:
-
OPUS_RESET_STATE
public static final int OPUS_RESET_STATE- See Also:
-
OPUS_GET_SAMPLE_RATE_REQUEST
public static final int OPUS_GET_SAMPLE_RATE_REQUEST- See Also:
-
OPUS_GET_FINAL_RANGE_REQUEST
public static final int OPUS_GET_FINAL_RANGE_REQUEST- See Also:
-
OPUS_GET_PITCH_REQUEST
public static final int OPUS_GET_PITCH_REQUEST- See Also:
-
OPUS_SET_GAIN_REQUEST
public static final int OPUS_SET_GAIN_REQUEST- See Also:
-
OPUS_GET_GAIN_REQUEST
public static final int OPUS_GET_GAIN_REQUEST- See Also:
-
OPUS_SET_LSB_DEPTH_REQUEST
public static final int OPUS_SET_LSB_DEPTH_REQUEST- See Also:
-
OPUS_GET_LSB_DEPTH_REQUEST
public static final int OPUS_GET_LSB_DEPTH_REQUEST- See Also:
-
OPUS_GET_LAST_PACKET_DURATION_REQUEST
public static final int OPUS_GET_LAST_PACKET_DURATION_REQUEST- See Also:
-
OPUS_SET_EXPERT_FRAME_DURATION_REQUEST
public static final int OPUS_SET_EXPERT_FRAME_DURATION_REQUEST- See Also:
-
OPUS_GET_EXPERT_FRAME_DURATION_REQUEST
public static final int OPUS_GET_EXPERT_FRAME_DURATION_REQUEST- See Also:
-
OPUS_SET_PREDICTION_DISABLED_REQUEST
public static final int OPUS_SET_PREDICTION_DISABLED_REQUEST- See Also:
-
OPUS_GET_PREDICTION_DISABLED_REQUEST
public static final int OPUS_GET_PREDICTION_DISABLED_REQUEST- See Also:
-
OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST
public static final int OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST- See Also:
-
OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST
public static final int OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST- See Also:
-
OPUS_GET_IN_DTX_REQUEST
public static final int OPUS_GET_IN_DTX_REQUEST- See Also:
-
OPUS_SET_DRED_DURATION_REQUEST
public static final int OPUS_SET_DRED_DURATION_REQUEST- See Also:
-
OPUS_GET_DRED_DURATION_REQUEST
public static final int OPUS_GET_DRED_DURATION_REQUEST- See Also:
-
OPUS_SET_DNN_BLOB_REQUEST
public static final int OPUS_SET_DNN_BLOB_REQUEST- See Also:
-
OPUS_SET_OSCE_BWE_REQUEST
public static final int OPUS_SET_OSCE_BWE_REQUEST- See Also:
-
OPUS_GET_OSCE_BWE_REQUEST
public static final int OPUS_GET_OSCE_BWE_REQUEST- See Also:
-
OPUS_SET_QEXT_REQUEST
public static final int OPUS_SET_QEXT_REQUEST- See Also:
-
OPUS_GET_QEXT_REQUEST
public static final int OPUS_GET_QEXT_REQUEST- See Also:
-
OPUS_SET_IGNORE_EXTENSIONS_REQUEST
public static final int OPUS_SET_IGNORE_EXTENSIONS_REQUEST- See Also:
-
OPUS_GET_IGNORE_EXTENSIONS_REQUEST
public static final int OPUS_GET_IGNORE_EXTENSIONS_REQUEST- See Also:
-
OPUS_AUTO
public static final int OPUS_AUTO- See Also:
-
OPUS_BITRATE_MAX
public static final int OPUS_BITRATE_MAX- See Also:
-
OPUS_APPLICATION_VOIP
public static final int OPUS_APPLICATION_VOIP- See Also:
-
OPUS_APPLICATION_AUDIO
public static final int OPUS_APPLICATION_AUDIO- See Also:
-
OPUS_APPLICATION_RESTRICTED_LOWDELAY
public static final int OPUS_APPLICATION_RESTRICTED_LOWDELAY- See Also:
-
OPUS_APPLICATION_RESTRICTED_SILK
public static final int OPUS_APPLICATION_RESTRICTED_SILK- See Also:
-
OPUS_APPLICATION_RESTRICTED_CELT
public static final int OPUS_APPLICATION_RESTRICTED_CELT- See Also:
-
OPUS_SIGNAL_VOICE
public static final int OPUS_SIGNAL_VOICE- See Also:
-
OPUS_SIGNAL_MUSIC
public static final int OPUS_SIGNAL_MUSIC- See Also:
-
OPUS_BANDWIDTH_NARROWBAND
public static final int OPUS_BANDWIDTH_NARROWBAND- See Also:
-
OPUS_BANDWIDTH_MEDIUMBAND
public static final int OPUS_BANDWIDTH_MEDIUMBAND- See Also:
-
OPUS_BANDWIDTH_WIDEBAND
public static final int OPUS_BANDWIDTH_WIDEBAND- See Also:
-
OPUS_BANDWIDTH_SUPERWIDEBAND
public static final int OPUS_BANDWIDTH_SUPERWIDEBAND- See Also:
-
OPUS_BANDWIDTH_FULLBAND
public static final int OPUS_BANDWIDTH_FULLBAND- See Also:
-
OPUS_FRAMESIZE_ARG
public static final int OPUS_FRAMESIZE_ARG- See Also:
-
OPUS_FRAMESIZE_2_5_MS
public static final int OPUS_FRAMESIZE_2_5_MS- See Also:
-
OPUS_FRAMESIZE_5_MS
public static final int OPUS_FRAMESIZE_5_MS- See Also:
-
OPUS_FRAMESIZE_10_MS
public static final int OPUS_FRAMESIZE_10_MS- See Also:
-
OPUS_FRAMESIZE_20_MS
public static final int OPUS_FRAMESIZE_20_MS- See Also:
-
OPUS_FRAMESIZE_40_MS
public static final int OPUS_FRAMESIZE_40_MS- See Also:
-
OPUS_FRAMESIZE_60_MS
public static final int OPUS_FRAMESIZE_60_MS- See Also:
-
OPUS_FRAMESIZE_80_MS
public static final int OPUS_FRAMESIZE_80_MS- See Also:
-
OPUS_FRAMESIZE_100_MS
public static final int OPUS_FRAMESIZE_100_MS- See Also:
-
OPUS_FRAMESIZE_120_MS
public static final int OPUS_FRAMESIZE_120_MS- See Also:
-
-
Method Details
-
getLibrary
Returns the opusSharedLibrary. -
opus_encoder_get_size
public static int opus_encoder_get_size(int channels) int opus_encoder_get_size(int channels) -
nopus_encoder_create
public static long nopus_encoder_create(int Fs, int channels, int application, long error) OpusEncoder * opus_encoder_create(opus_int32 Fs, int channels, int application, int * error) -
opus_encoder_create
@NativeType("OpusEncoder *") public static long opus_encoder_create(@NativeType("opus_int32") int Fs, int channels, int application, @NativeType("int *") @Nullable IntBuffer error) OpusEncoder * opus_encoder_create(opus_int32 Fs, int channels, int application, int * error) -
opus_encoder_init
public static int opus_encoder_init(@NativeType("OpusEncoder *") long st, @NativeType("opus_int32") int Fs, int channels, int application) int opus_encoder_init(OpusEncoder * st, opus_int32 Fs, int channels, int application) -
nopus_encode
public static int nopus_encode(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode(OpusEncoder * st, opus_int16 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
opus_encode
@NativeType("opus_int32") public static int opus_encode(@NativeType("OpusEncoder *") long st, @NativeType("opus_int16 const *") ShortBuffer pcm, int frame_size, @NativeType("unsigned char *") ByteBuffer data) opus_int32 opus_encode(OpusEncoder * st, opus_int16 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
nopus_encode24
public static int nopus_encode24(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode24(OpusEncoder * st, opus_int32 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
opus_encode24
@NativeType("opus_int32") public static int opus_encode24(@NativeType("OpusEncoder *") long st, @NativeType("opus_int32 const *") IntBuffer pcm, int frame_size, @NativeType("unsigned char *") ByteBuffer data) opus_int32 opus_encode24(OpusEncoder * st, opus_int32 const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
nopus_encode_float
public static int nopus_encode_float(long st, long pcm, int frame_size, long data, int max_data_bytes) opus_int32 opus_encode_float(OpusEncoder * st, float const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
opus_encode_float
@NativeType("opus_int32") public static int opus_encode_float(@NativeType("OpusEncoder *") long st, @NativeType("float const *") FloatBuffer pcm, int frame_size, @NativeType("unsigned char *") ByteBuffer data) opus_int32 opus_encode_float(OpusEncoder * st, float const * pcm, int frame_size, unsigned char * data, opus_int32 max_data_bytes) -
opus_encoder_destroy
void opus_encoder_destroy(OpusEncoder * st) -
opus_decoder_get_size
public static int opus_decoder_get_size(int channels) int opus_decoder_get_size(int channels) -
nopus_decoder_create
public static long nopus_decoder_create(int Fs, int channels, long error) OpusDecoder * opus_decoder_create(opus_int32 Fs, int channels, int * error) -
opus_decoder_create
@NativeType("OpusDecoder *") public static long opus_decoder_create(@NativeType("opus_int32") int Fs, int channels, @NativeType("int *") @Nullable IntBuffer error) OpusDecoder * opus_decoder_create(opus_int32 Fs, int channels, int * error) -
opus_decoder_init
public static int opus_decoder_init(@NativeType("OpusDecoder *") long st, @NativeType("opus_int32") int Fs, int channels) int opus_decoder_init(OpusDecoder * st, opus_int32 Fs, int channels) -
nopus_decode
public static int nopus_decode(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int16 * pcm, int frame_size, int decode_fec) -
opus_decode
public static int opus_decode(@NativeType("OpusDecoder *") long st, @NativeType("unsigned char const *") @Nullable ByteBuffer data, @NativeType("opus_int16 *") ShortBuffer pcm, int frame_size, int decode_fec) int opus_decode(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int16 * pcm, int frame_size, int decode_fec) -
nopus_decode24
public static int nopus_decode24(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode24(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int32 * pcm, int frame_size, int decode_fec) -
opus_decode24
public static int opus_decode24(@NativeType("OpusDecoder *") long st, @NativeType("unsigned char const *") @Nullable ByteBuffer data, @NativeType("opus_int32 *") IntBuffer pcm, int frame_size, int decode_fec) int opus_decode24(OpusDecoder * st, unsigned char const * data, opus_int32 len, opus_int32 * pcm, int frame_size, int decode_fec) -
nopus_decode_float
public static int nopus_decode_float(long st, long data, int len, long pcm, int frame_size, int decode_fec) int opus_decode_float(OpusDecoder * st, unsigned char const * data, opus_int32 len, float * pcm, int frame_size, int decode_fec) -
opus_decode_float
public static int opus_decode_float(@NativeType("OpusDecoder *") long st, @NativeType("unsigned char const *") @Nullable ByteBuffer data, @NativeType("float *") FloatBuffer pcm, int frame_size, int decode_fec) int opus_decode_float(OpusDecoder * st, unsigned char const * data, opus_int32 len, float * pcm, int frame_size, int decode_fec) -
opus_decoder_destroy
void opus_decoder_destroy(OpusDecoder * st) -
opus_dred_decoder_get_size
public static int opus_dred_decoder_get_size()int opus_dred_decoder_get_size(void) -
nopus_dred_decoder_create
public static long nopus_dred_decoder_create(long error) OpusDREDDecoder * opus_dred_decoder_create(int * error) -
opus_dred_decoder_create
@NativeType("OpusDREDDecoder *") public static long opus_dred_decoder_create(@NativeType("int *") @Nullable IntBuffer error) OpusDREDDecoder * opus_dred_decoder_create(int * error) -
opus_dred_decoder_init
int opus_dred_decoder_init(OpusDREDDecoder * dec) -
opus_dred_decoder_destroy
void opus_dred_decoder_destroy(OpusDREDDecoder * dec) -
opus_dred_get_size
public static int opus_dred_get_size()int opus_dred_get_size(void) -
nopus_dred_alloc
public static long nopus_dred_alloc(long error) OpusDRED * opus_dred_alloc(int * error) -
opus_dred_alloc
@NativeType("OpusDRED *") public static long opus_dred_alloc(@NativeType("int *") @Nullable IntBuffer error) OpusDRED * opus_dred_alloc(int * error) -
opus_dred_free
void opus_dred_free(OpusDRED * dec) -
nopus_dred_parse
public static int nopus_dred_parse(long dred_dec, long dred, long data, int len, int max_dred_samples, int sampling_rate, long dred_end, int defer_processing) int opus_dred_parse(OpusDREDDecoder * dred_dec, OpusDRED * dred, unsigned char const * data, opus_int32 len, opus_int32 max_dred_samples, opus_int32 sampling_rate, int * dred_end, int defer_processing) -
opus_dred_parse
public static int opus_dred_parse(@NativeType("OpusDREDDecoder *") long dred_dec, @NativeType("OpusDRED *") long dred, @NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int max_dred_samples, @NativeType("opus_int32") int sampling_rate, @NativeType("int *") @Nullable IntBuffer dred_end, @NativeType("int") boolean defer_processing) int opus_dred_parse(OpusDREDDecoder * dred_dec, OpusDRED * dred, unsigned char const * data, opus_int32 len, opus_int32 max_dred_samples, opus_int32 sampling_rate, int * dred_end, int defer_processing) -
opus_dred_process
public static int opus_dred_process(@NativeType("OpusDREDDecoder *") long dred_dec, @NativeType("OpusDRED const *") long src, @NativeType("OpusDRED *") long dst) int opus_dred_process(OpusDREDDecoder * dred_dec, OpusDRED const * src, OpusDRED * dst) -
nopus_decoder_dred_decode
public static int nopus_decoder_dred_decode(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int16 * pcm, int frame_size) -
opus_decoder_dred_decode
public static int opus_decoder_dred_decode(@NativeType("OpusDecoder *") long st, @NativeType("OpusDRED const *") long dred, @NativeType("opus_int32") int dred_offset, @NativeType("opus_int16 *") ShortBuffer pcm, int frame_size) int opus_decoder_dred_decode(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int16 * pcm, int frame_size) -
nopus_decoder_dred_decode24
public static int nopus_decoder_dred_decode24(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode24(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int32 * pcm, int frame_size) -
opus_decoder_dred_decode24
public static int opus_decoder_dred_decode24(@NativeType("OpusDecoder *") long st, @NativeType("OpusDRED const *") long dred, @NativeType("opus_int32") int dred_offset, @NativeType("opus_int32 *") IntBuffer pcm, int frame_size) int opus_decoder_dred_decode24(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, opus_int32 * pcm, int frame_size) -
nopus_decoder_dred_decode_float
public static int nopus_decoder_dred_decode_float(long st, long dred, int dred_offset, long pcm, int frame_size) int opus_decoder_dred_decode_float(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, float * pcm, int frame_size) -
opus_decoder_dred_decode_float
public static int opus_decoder_dred_decode_float(@NativeType("OpusDecoder *") long st, @NativeType("OpusDRED const *") long dred, @NativeType("opus_int32") int dred_offset, @NativeType("float *") FloatBuffer pcm, int frame_size) int opus_decoder_dred_decode_float(OpusDecoder * st, OpusDRED const * dred, opus_int32 dred_offset, float * pcm, int frame_size) -
nopus_packet_parse
public static int nopus_packet_parse(long data, int len, long out_toc, long frames, long size, long payload_offset) int opus_packet_parse(unsigned char const * data, opus_int32 len, unsigned char * out_toc, unsigned char const ** frames, opus_int16 * size, int * payload_offset) -
opus_packet_parse
public static int opus_packet_parse(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("unsigned char *") @Nullable ByteBuffer out_toc, @NativeType("unsigned char const **") @Nullable PointerBuffer frames, @NativeType("opus_int16 *") ShortBuffer size, @NativeType("int *") @Nullable IntBuffer payload_offset) int opus_packet_parse(unsigned char const * data, opus_int32 len, unsigned char * out_toc, unsigned char const ** frames, opus_int16 * size, int * payload_offset) -
nopus_packet_get_bandwidth
public static int nopus_packet_get_bandwidth(long data) int opus_packet_get_bandwidth(unsigned char const * data) -
opus_packet_get_bandwidth
int opus_packet_get_bandwidth(unsigned char const * data) -
nopus_packet_get_samples_per_frame
public static int nopus_packet_get_samples_per_frame(long data, int Fs) int opus_packet_get_samples_per_frame(unsigned char const * data, opus_int32 Fs) -
opus_packet_get_samples_per_frame
public static int opus_packet_get_samples_per_frame(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int Fs) int opus_packet_get_samples_per_frame(unsigned char const * data, opus_int32 Fs) -
nopus_packet_get_nb_channels
public static int nopus_packet_get_nb_channels(long data) int opus_packet_get_nb_channels(unsigned char const * data) -
opus_packet_get_nb_channels
int opus_packet_get_nb_channels(unsigned char const * data) -
nopus_packet_get_nb_frames
public static int nopus_packet_get_nb_frames(long packet, int len) int opus_packet_get_nb_frames(unsigned char const * packet, opus_int32 len) -
opus_packet_get_nb_frames
int opus_packet_get_nb_frames(unsigned char const * packet, opus_int32 len) -
nopus_packet_get_nb_samples
public static int nopus_packet_get_nb_samples(long packet, int len, int Fs) int opus_packet_get_nb_samples(unsigned char const * packet, opus_int32 len, opus_int32 Fs) -
opus_packet_get_nb_samples
public static int opus_packet_get_nb_samples(@NativeType("unsigned char const *") ByteBuffer packet, @NativeType("opus_int32") int Fs) int opus_packet_get_nb_samples(unsigned char const * packet, opus_int32 len, opus_int32 Fs) -
nopus_packet_has_lbrr
public static int nopus_packet_has_lbrr(long packet, int len) int opus_packet_has_lbrr(unsigned char const * packet, opus_int32 len) -
opus_packet_has_lbrr
int opus_packet_has_lbrr(unsigned char const * packet, opus_int32 len) -
nopus_decoder_get_nb_samples
public static int nopus_decoder_get_nb_samples(long dec, long packet, int len) int opus_decoder_get_nb_samples(OpusDecoder const * dec, unsigned char const * packet, opus_int32 len) -
opus_decoder_get_nb_samples
public static int opus_decoder_get_nb_samples(@NativeType("OpusDecoder const *") long dec, @NativeType("unsigned char const *") ByteBuffer packet) int opus_decoder_get_nb_samples(OpusDecoder const * dec, unsigned char const * packet, opus_int32 len) -
nopus_pcm_soft_clip
public static void nopus_pcm_soft_clip(long pcm, int frame_size, int channels, long softclip_mem) void opus_pcm_soft_clip(float * pcm, int frame_size, int channels, float * softclip_mem) -
opus_pcm_soft_clip
public static void opus_pcm_soft_clip(@NativeType("float *") FloatBuffer pcm, int frame_size, @NativeType("float *") FloatBuffer softclip_mem) void opus_pcm_soft_clip(float * pcm, int frame_size, int channels, float * softclip_mem) -
opus_repacketizer_get_size
public static int opus_repacketizer_get_size()int opus_repacketizer_get_size(void) -
opus_repacketizer_init
@NativeType("OpusRepacketizer *") public static long opus_repacketizer_init(@NativeType("OpusRepacketizer *") long rp) OpusRepacketizer * opus_repacketizer_init(OpusRepacketizer * rp) -
opus_repacketizer_create
OpusRepacketizer * opus_repacketizer_create(void) -
opus_repacketizer_destroy
void opus_repacketizer_destroy(OpusRepacketizer * rp) -
nopus_repacketizer_cat
public static int nopus_repacketizer_cat(long rp, long data, int len) int opus_repacketizer_cat(OpusRepacketizer * rp, unsigned char const * data, opus_int32 len) -
opus_repacketizer_cat
public static int opus_repacketizer_cat(@NativeType("OpusRepacketizer *") long rp, @NativeType("unsigned char const *") ByteBuffer data) int opus_repacketizer_cat(OpusRepacketizer * rp, unsigned char const * data, opus_int32 len) -
nopus_repacketizer_out_range
public static int nopus_repacketizer_out_range(long rp, int begin, int end, long data, int maxlen) opus_int32 opus_repacketizer_out_range(OpusRepacketizer * rp, int begin, int end, unsigned char const * data, opus_int32 maxlen) -
opus_repacketizer_out_range
@NativeType("opus_int32") public static int opus_repacketizer_out_range(@NativeType("OpusRepacketizer *") long rp, int begin, int end, @NativeType("unsigned char const *") ByteBuffer data) opus_int32 opus_repacketizer_out_range(OpusRepacketizer * rp, int begin, int end, unsigned char const * data, opus_int32 maxlen) -
opus_repacketizer_get_nb_frames
int opus_repacketizer_get_nb_frames(OpusRepacketizer * rp) -
nopus_repacketizer_out
public static int nopus_repacketizer_out(long rp, long data, int maxlen) opus_int32 opus_repacketizer_out(OpusRepacketizer * rp, unsigned char const * data, opus_int32 maxlen) -
opus_repacketizer_out
@NativeType("opus_int32") public static int opus_repacketizer_out(@NativeType("OpusRepacketizer *") long rp, @NativeType("unsigned char const *") ByteBuffer data) opus_int32 opus_repacketizer_out(OpusRepacketizer * rp, unsigned char const * data, opus_int32 maxlen) -
nopus_packet_pad
public static int nopus_packet_pad(long data, int len, int new_len) int opus_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len) -
opus_packet_pad
public static int opus_packet_pad(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int len, @NativeType("opus_int32") int new_len) int opus_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len) -
nopus_packet_unpad
public static int nopus_packet_unpad(long data, int len) opus_int32 opus_packet_unpad(unsigned char const * data, opus_int32 len) -
opus_packet_unpad
@NativeType("opus_int32") public static int opus_packet_unpad(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int len) opus_int32 opus_packet_unpad(unsigned char const * data, opus_int32 len) -
nopus_multistream_packet_pad
public static int nopus_multistream_packet_pad(long data, int len, int new_len, int nb_streams) int opus_multistream_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len, int nb_streams) -
opus_multistream_packet_pad
public static int opus_multistream_packet_pad(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int len, @NativeType("opus_int32") int new_len, int nb_streams) int opus_multistream_packet_pad(unsigned char const * data, opus_int32 len, opus_int32 new_len, int nb_streams) -
nopus_multistream_packet_unpad
public static int nopus_multistream_packet_unpad(long data, int len, int nb_streams) opus_int32 opus_multistream_packet_unpad(unsigned char const * data, opus_int32 len, int nb_streams) -
opus_multistream_packet_unpad
@NativeType("opus_int32") public static int opus_multistream_packet_unpad(@NativeType("unsigned char const *") ByteBuffer data, @NativeType("opus_int32") int len, int nb_streams) opus_int32 opus_multistream_packet_unpad(unsigned char const * data, opus_int32 len, int nb_streams) -
nopus_strerror
public static long nopus_strerror(int error) char * opus_strerror(int error) -
opus_strerror
char * opus_strerror(int error) -
nopus_get_version_string
public static long nopus_get_version_string()char * opus_get_version_string(void) -
opus_get_version_string
char * opus_get_version_string(void) -
opus_encoder_ctl
-
opus_encoder_ctl
-
opus_decoder_ctl
-
opus_decoder_ctl
-
opus_dred_decoder_ctl
public static int opus_dred_decoder_ctl(@NativeType("OpusDredDecoder *") long dred_dec, int request) -
opus_dred_decoder_ctl
public static int opus_dred_decoder_ctl(@NativeType("OpusDredDecoder *") long dred_dec, Opus.CTLRequest request) -
OPUS_SET_COMPLEXITY
-
OPUS_GET_COMPLEXITY
-
OPUS_SET_BITRATE
-
OPUS_GET_BITRATE
-
OPUS_SET_VBR
-
OPUS_GET_VBR
-
OPUS_SET_VBR_CONSTRAINT
-
OPUS_GET_VBR_CONSTRAINT
-
OPUS_SET_FORCE_CHANNELS
-
OPUS_GET_FORCE_CHANNELS
-
OPUS_SET_MAX_BANDWIDTH
-
OPUS_GET_MAX_BANDWIDTH
-
OPUS_SET_BANDWIDTH
-
OPUS_GET_BANDWIDTH
-
OPUS_SET_SIGNAL
-
OPUS_GET_SIGNAL
-
OPUS_SET_APPLICATION
-
OPUS_GET_APPLICATION
-
OPUS_GET_LOOKAHEAD
-
OPUS_SET_INBAND_FEC
-
OPUS_GET_INBAND_FEC
-
OPUS_SET_PACKET_LOSS_PERC
-
OPUS_GET_PACKET_LOSS_PERC
-
OPUS_SET_DTX
-
OPUS_GET_DTX
-
OPUS_SET_LSB_DEPTH
-
OPUS_GET_LSB_DEPTH
-
OPUS_SET_EXPERT_FRAME_DURATION
-
OPUS_GET_EXPERT_FRAME_DURATION
-
OPUS_SET_PREDICTION_DISABLED
-
OPUS_GET_PREDICTION_DISABLED
-
OPUS_SET_DRED_DURATION_REQUEST
-
OPUS_GET_DRED_DURATION_REQUEST
-
OPUS_SET_DNN_BLOB_REQUEST
-
OPUS_SET_QEXT
-
OPUS_GET_QEXT
-
OPUS_GET_FINAL_RANGE
-
OPUS_GET_SAMPLE_RATE
-
OPUS_SET_PHASE_INVERSION_DISABLED
-
OPUS_GET_PHASE_INVERSION_DISABLED
-
OPUS_GET_IN_DTX
-
OPUS_SET_GAIN
-
OPUS_GET_GAIN
-
OPUS_GET_LAST_PACKET_DURATION
-
OPUS_GET_PITCH
-
OPUS_SET_OSCE_BWE
-
OPUS_GET_OSCE_BWE
-
OPUS_SET_IGNORE_EXTENSIONS
-
OPUS_GET_IGNORE_EXTENSIONS
-