#include <opus.h>
packet size
Definition at line 107 of file opus.h.
Referenced by ff_opus_parse_packet(), and opus_decode_packet().
size of the useful data – packet size - padding
Definition at line 108 of file opus.h.
Referenced by ff_opus_parse_packet(), and opus_decode_packet().
packet code: specifies the frame layout
Definition at line 109 of file opus.h.
Referenced by ff_opus_parse_packet().
whether this packet is mono or stereo
Definition at line 110 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_frame(), and opus_decode_redundancy().
configuration: tells the audio mode, bandwidth, and frame duration
Definition at line 112 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_frame(), and opus_decode_packet().
frame count
Definition at line 114 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_packet(), opus_decode_subpacket(), and opus_find_frame_end().
frame offsets
Definition at line 115 of file opus.h.
Referenced by ff_opus_parse_packet(), and opus_decode_subpacket().
frame sizes
Definition at line 116 of file opus.h.
Referenced by ff_opus_parse_packet(), and opus_decode_subpacket().
frame duration, in samples @ 48kHz
Definition at line 117 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_frame(), opus_decode_packet(), opus_decode_subpacket(), and opus_find_frame_end().
mode
Definition at line 118 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_frame(), opus_decode_redundancy(), and opus_decode_subpacket().
bandwidth
Definition at line 119 of file opus.h.
Referenced by ff_opus_parse_packet(), opus_decode_frame(), opus_decode_redundancy(), and opus_init_resample().