Data Fields | |
AVClass * | av_class |
vorbis_info | vi |
vorbis_dsp_state | vd |
vorbis_block | vb |
uint8_t | buffer [BUFFER_SIZE] |
int | buffer_index |
int | eof |
vorbis_comment | vc |
ogg_packet | op |
double | iblock |
Definition at line 42 of file libvorbis.c.
Definition at line 43 of file libvorbis.c.
uint8_t OggVorbisContext::buffer[BUFFER_SIZE] |
double OggVorbisContext::iblock |
ogg_packet OggVorbisContext::op |
Definition at line 53 of file libvorbis.c.
vorbis_block OggVorbisContext::vb |
Definition at line 46 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vorbis_comment OggVorbisContext::vc |
vorbis_dsp_state OggVorbisContext::vd |
Definition at line 45 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().
vorbis_info OggVorbisContext::vi |
Definition at line 44 of file libvorbis.c.
Referenced by oggvorbis_encode_close(), oggvorbis_encode_frame(), and oggvorbis_encode_init().