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. | |
| double | iblock |
| impulse block bias option | |
| VorbisParseContext | vp |
| parse context to get durations | |
| AudioFrameQueue | afq |
| frame queue for timestamps | |
Definition at line 42 of file libvorbisenc.c.
frame queue for timestamps
Definition at line 54 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vd has been initialized
Definition at line 50 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), and oggvorbis_encode_init().
end-of-file flag
Definition at line 49 of file libvorbisenc.c.
Referenced by oggvorbis_encode_frame().
Definition at line 44 of file libvorbisenc.c.
| double OggVorbisEncContext::iblock |
impulse block bias option
Definition at line 52 of file libvorbisenc.c.
Referenced by oggvorbis_init_encoder().
output packet buffer
Definition at line 48 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
| vorbis_block OggVorbisEncContext::vb |
vorbis_block used for analysis
Definition at line 47 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
| vorbis_comment OggVorbisEncContext::vc |
VorbisComment info.
Definition at line 51 of file libvorbisenc.c.
Referenced by oggvorbis_encode_init().
| vorbis_dsp_state OggVorbisEncContext::vd |
DSP state used for analysis.
Definition at line 46 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
| vorbis_info OggVorbisEncContext::vi |
vorbis_info used during init
Definition at line 45 of file libvorbisenc.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
parse context to get durations
Definition at line 53 of file libvorbisenc.c.
Referenced by oggvorbis_encode_frame(), and oggvorbis_encode_init().
1.5.8