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 decodes a Vorbis packet into a block of data. The Chris@1: vorbis_block should then be submitted Chris@1: to the vorbis_dsp_state Chris@1: for the decoder instance using Chris@1: vorbis_synthesis_blockin Chris@1: to be assembled into the final decoded audio.
Chris@1: Chris@1:
Chris@1: Chris@1: extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1:0 on success. Chris@1:OV_ENOTAUDIO if the packet is not an audio packet. Chris@1:OV_EBADPACKET if there was an error in the packet. 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: