C G I L N O T 
All Classes All Packages

C

club.minnced.opus.util - package club.minnced.opus.util
 

G

getSupportedPlatforms() - Static method in class club.minnced.opus.util.OpusLibrary
The currently supported platforms
These are using the format described by JNA

I

INSTANCE - Static variable in interface tomp2p.opuswrapper.Opus
 
isInitialized() - Static method in class club.minnced.opus.util.OpusLibrary
Whether the library was successfully initialized already
This is set to true when a library was loaded without an exception.
isSupportedPlatform() - Static method in class club.minnced.opus.util.OpusLibrary
Whether the current platform is supported

L

loadFrom(String) - Static method in class club.minnced.opus.util.OpusLibrary
Loads the library of the provided absolute path
loadFromJar() - Static method in class club.minnced.opus.util.OpusLibrary
Loads the library from the current classpath
loadLibraryFromJar(String) - Static method in class club.minnced.opus.util.NativeUtil
Loads library from current JAR archive

N

NativeUtil - Class in club.minnced.opus.util
This is taken directly from: https://github.com/adamheinrich/native-utils
Credit to the original author: Adam Heinrich

O

Opus - Interface in tomp2p.opuswrapper
This is taken from https://github.com/tbocek/opus-wrapper
Slight modification to how it loads the native library.
Credit for creation of this wrapper goes to the original developer: Thomas Bocek (tbocek)
OPUS_ALLOC_FAIL - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_AUDIO - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_RESTRICTED_LOWDELAY - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_VOIP - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_AUTO - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BAD_ARG - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_FULLBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_MEDIUMBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_NARROWBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_SUPERWIDEBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_WIDEBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BITRATE_MAX - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BUFFER_TOO_SMALL - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode(PointerByReference, byte[], int, ShortBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode(PointerByReference, Pointer, int, ShortByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode_float(PointerByReference, byte[], int, FloatBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode_float(PointerByReference, Pointer, int, FloatByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_create(PointerByReference, int, IntByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_create(PointerByReference, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_get_size(PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_init(PointerByReference, PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_create(PointerByReference, int, IntByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_create(PointerByReference, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_get_size(PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_mode_create(int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_mode_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_create(int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_nb_samples(PointerByReference, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_nb_samples(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_size(int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_init(PointerByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_create(int, int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_get_size(int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_init(PointerByReference, int, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_10_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_2_5_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_20_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_40_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_5_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_60_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_ARG - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_APPLICATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_BITRATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_COMPLEXITY_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_DTX_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_FINAL_RANGE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_FORCE_CHANNELS_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_GAIN_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_INBAND_FEC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LAST_PACKET_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LOOKAHEAD_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LSB_DEPTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_MAX_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PACKET_LOSS_PERC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PITCH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PREDICTION_DISABLED_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_SAMPLE_RATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_SIGNAL_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_VBR_CONSTRAINT_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_VBR_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_get_version_string() - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_INTERNAL_ERROR - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_INVALID_PACKET - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_INVALID_STATE - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_create(int, int, int, int, byte[], IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_init(PointerByReference, int, int, int, int, byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_init(PointerByReference, int, int, int, int, Pointer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_create(int, int, int, int, byte[], int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_init(PointerByReference, int, int, int, int, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_init(PointerByReference, int, int, int, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_MULTISTREAM_GET_DECODER_STATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_multistream_packet_pad(ByteBuffer, int, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_packet_unpad(ByteBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_create(int, int, int, IntBuffer, IntBuffer, ByteBuffer, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntByReference, IntByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntBuffer, IntBuffer, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_OK - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_bandwidth(byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_channels(byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_frames(byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_samples(byte[], int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_samples_per_frame(byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_pad(ByteBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_parse(byte[], int, ByteBuffer, byte[], ShortBuffer, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_unpad(ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_pcm_soft_clip(FloatBuffer, int, int, FloatBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_cat(PointerByReference, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_cat(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_create() - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_get_nb_frames(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_get_size() - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_init(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out(PointerByReference, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out_range(PointerByReference, int, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out_range(PointerByReference, int, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_RESET_STATE - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_APPLICATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_BITRATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_COMPLEXITY_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_DTX_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_FORCE_CHANNELS_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_GAIN_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_INBAND_FEC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_LSB_DEPTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_MAX_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_PACKET_LOSS_PERC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_PREDICTION_DISABLED_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_SIGNAL_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_VBR_CONSTRAINT_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_VBR_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SIGNAL_MUSIC - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SIGNAL_VOICE - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_strerror(int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_UNIMPLEMENTED - Static variable in interface tomp2p.opuswrapper.Opus
 
Opus.OpusCustomDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusCustomEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusCustomMode - Class in tomp2p.opuswrapper
 
Opus.OpusDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusMSDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusMSEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusRepacketizer - Class in tomp2p.opuswrapper
 
OpusCustomDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomDecoder
 
OpusCustomDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomDecoder
 
OpusCustomEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomEncoder
 
OpusCustomEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomEncoder
 
OpusCustomMode() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomMode
 
OpusCustomMode(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomMode
 
OpusDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusDecoder
 
OpusDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusDecoder
 
OpusEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusEncoder
 
OpusEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusEncoder
 
OpusLibrary - Class in club.minnced.opus.util
Interface for opus binaries
OpusMSDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusMSDecoder
 
OpusMSDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusMSDecoder
 
OpusMSEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusMSEncoder
 
OpusMSEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusMSEncoder
 
OpusRepacketizer() - Constructor for class tomp2p.opuswrapper.Opus.OpusRepacketizer
 
OpusRepacketizer(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusRepacketizer
 

T

tomp2p.opuswrapper - package tomp2p.opuswrapper
 
C G I L N O T 
All Classes All Packages