libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function submits a vorbis_block for assembly into the final decoded audio. After calling this function, decoded audio can be obtained with vorbis_synthesis_pcmout.
extern int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb); |
0 on success. OV_EINVAL if the decoder is in an invalid state to accept blocks.
copyright © 2010 Xiph.Org |
|
libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |