Package org.lwjgl.util.opus
@NullMarked
package org.lwjgl.util.opus
-
ClassDescription
struct ogg_packet { unsigned char * packet; long bytes; long b_o_s; long e_o_s; ogg_int64_t granulepos; ogg_int64_t packetno; }
An array ofOGGPacket
structs.Callback function:op_close_func
Callback function:op_close_func
Callback function:op_decode_cb_func
Callback function:op_decode_cb_func
Callback function:ope_close_func
Callback function:ope_close_func
Callback function:ope_packet_func
Callback function:ope_packet_func
Callback function:ope_write_func
Callback function:ope_write_func
Callback function:op_read_func
Callback function:op_read_func
Callback function:op_seek_func
Callback function:op_seek_func
Callback function:op_tell_func
Callback function:op_tell_func
Contains the function pointers loaded from the opusSharedLibrary
.Contains the function pointers loaded fromOpus.getLibrary()
.Contains the function pointers loaded fromOpus.getLibrary()
.struct OpusEncCallbacks { {@link OPEWriteFuncI ope_write_func} write; {@link OPECloseFuncI ope_close_func} close; }
An array ofOpusEncCallbacks
structs.Contains the function pointers loaded fromOpus.getLibrary()
.struct OpusFileCallbacks { {@link OPReadFuncI op_read_func} read; {@link OPSeekFuncI op_seek_func} seek; {@link OPTellFuncI op_tell_func} tell; {@link OPCloseFuncI op_close_func} close; }
An array ofOpusFileCallbacks
structs.struct OpusHead { int version; int channel_count; unsigned int pre_skip; opus_uint32 input_sample_rate; int output_gain; int mapping_family; int stream_count; int coupled_count; unsigned char mapping[255]; }
An array ofOpusHead
structs.Contains the function pointers loaded fromOpus.getLibrary()
.struct OpusPictureTag { opus_int32 type; char * mime_type; char * description; opus_uint32 width; opus_uint32 height; opus_uint32 depth; opus_uint32 colors; opus_uint32 data_length; unsigned char * data; int format; }
An array ofOpusPictureTag
structs.Contains the function pointers loaded fromOpus.getLibrary()
.struct OpusTags { char ** user_comments; int * comment_lengths; int comments; char * vendor; }
An array ofOpusTags
structs.