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 similarly to Chris@1: vorbis_synthesis, except that the Chris@1: vorbis_block produced does not contain Chris@1: any audio data but merely updates the decoder's state as though the Chris@1: block had been actually decoded when Chris@1: vorbis_synthesis_blockin Chris@1: is called on it.
Chris@1: Chris@1:
Chris@1: Chris@1: extern int vorbis_synthesis_trackonly(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: