OggVorbisContext Struct Reference

Data Fields

AVClassav_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

Detailed Description

Definition at line 43 of file libvorbis.c.

Field Documentation

AVClass* OggVorbisContext::av_class

Definition at line 44 of file libvorbis.c.

uint8_t OggVorbisContext::buffer[BUFFER_SIZE]

Definition at line 48 of file libvorbis.c.

Referenced by oggvorbis_encode_frame().

int OggVorbisContext::buffer_index

Definition at line 49 of file libvorbis.c.

Referenced by oggvorbis_encode_frame().

int OggVorbisContext::eof

Definition at line 50 of file libvorbis.c.

Referenced by oggvorbis_encode_frame().

double OggVorbisContext::iblock

Definition at line 56 of file libvorbis.c.

Referenced by oggvorbis_init_encoder().

ogg_packet OggVorbisContext::op

Definition at line 54 of file libvorbis.c.

vorbis_block OggVorbisContext::vb
vorbis_comment OggVorbisContext::vc

Definition at line 53 of file libvorbis.c.

Referenced by oggvorbis_encode_init().

vorbis_dsp_state OggVorbisContext::vd
vorbis_info OggVorbisContext::vi

The documentation for this struct was generated from the following file: