FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OggVorbisDecContext Struct Reference

Data Fields

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
 
vorbis_comment vc
 VorbisComment info.
 
ogg_packet op
 ogg packet
 

Detailed Description

Definition at line 27 of file libvorbisdec.c.

Field Documentation

vorbis_info OggVorbisDecContext::vi

vorbis_info used during init

Definition at line 28 of file libvorbisdec.c.

Referenced by oggvorbis_decode_close(), oggvorbis_decode_frame(), and oggvorbis_decode_init().

vorbis_dsp_state OggVorbisDecContext::vd

DSP state used for analysis.

Definition at line 29 of file libvorbisdec.c.

Referenced by oggvorbis_decode_frame(), and oggvorbis_decode_init().

vorbis_block OggVorbisDecContext::vb

vorbis_block used for analysis

Definition at line 30 of file libvorbisdec.c.

Referenced by oggvorbis_decode_frame(), and oggvorbis_decode_init().

vorbis_comment OggVorbisDecContext::vc

VorbisComment info.

Definition at line 31 of file libvorbisdec.c.

Referenced by oggvorbis_decode_close(), and oggvorbis_decode_init().

ogg_packet OggVorbisDecContext::op

ogg packet

Definition at line 32 of file libvorbisdec.c.

Referenced by oggvorbis_decode_frame(), and oggvorbis_decode_init().


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