Data Fields | |
AVClass * | av_class |
class for AVOptions | |
AVFrame | frame |
vorbis_info | vi |
vorbis_info used during init | |
vorbis_dsp_state | vd |
DSP state used for analysis. | |
vorbis_block | vb |
vorbis_block used for analysis | |
AVFifoBuffer * | pkt_fifo |
output packet buffer | |
int | eof |
end-of-file flag | |
int | dsp_initialized |
vd has been initialized | |
vorbis_comment | vc |
VorbisComment info. | |
ogg_packet | op |
ogg packet | |
double | iblock |
impulse block bias option | |
VorbisParseContext | vp |
parse context to get durations | |
AudioFrameQueue | afq |
frame queue for timestamps |
Definition at line 50 of file libvorbis.c.
frame queue for timestamps
Definition at line 63 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vd has been initialized
Definition at line 58 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), and oggvorbis_encode_init().
double OggVorbisContext::iblock |
impulse block bias option
Definition at line 61 of file libvorbis.c.
Referenced by oggvorbis_init_encoder().
ogg_packet OggVorbisContext::op |
ogg packet
Definition at line 60 of file libvorbis.c.
Referenced by oggvorbis_decode_frame(), and oggvorbis_decode_init().
output packet buffer
Definition at line 56 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vorbis_block OggVorbisContext::vb |
vorbis_block used for analysis
Definition at line 55 of file libvorbis.c.
Referenced by oggvorbis_decode_frame(), oggvorbis_decode_init(), oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vorbis_comment OggVorbisContext::vc |
VorbisComment info.
Definition at line 59 of file libvorbis.c.
Referenced by oggvorbis_decode_close(), oggvorbis_decode_init(), and oggvorbis_encode_init().
vorbis_dsp_state OggVorbisContext::vd |
DSP state used for analysis.
Definition at line 54 of file libvorbis.c.
Referenced by oggvorbis_decode_frame(), oggvorbis_decode_init(), oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vorbis_info OggVorbisContext::vi |
vorbis_info used during init
Definition at line 53 of file libvorbis.c.
Referenced by oggvorbis_decode_close(), oggvorbis_decode_frame(), oggvorbis_decode_init(), oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
parse context to get durations
Definition at line 62 of file libvorbis.c.
Referenced by oggvorbis_encode_frame(), and oggvorbis_encode_init().