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