FFmpeg
|
Data Fields | |
vorbis_info | vi |
vorbis_info used during init More... | |
vorbis_dsp_state | vd |
DSP state used for analysis More... | |
vorbis_block | vb |
vorbis_block used for analysis More... | |
vorbis_comment | vc |
VorbisComment info More... | |
ogg_packet | op |
ogg packet More... | |
Definition at line 28 of file libvorbisdec.c.
vorbis_info OggVorbisDecContext::vi |
vorbis_info used during init
Definition at line 29 of file libvorbisdec.c.
vorbis_dsp_state OggVorbisDecContext::vd |
DSP state used for analysis
Definition at line 30 of file libvorbisdec.c.
vorbis_block OggVorbisDecContext::vb |
vorbis_block used for analysis
Definition at line 31 of file libvorbisdec.c.
vorbis_comment OggVorbisDecContext::vc |
VorbisComment info
Definition at line 32 of file libvorbisdec.c.
ogg_packet OggVorbisDecContext::op |
ogg packet
Definition at line 33 of file libvorbisdec.c.