cannam@86: cannam@86: cannam@86:
cannam@86:libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86:
declared in "vorbis/codec.h";
cannam@86: cannam@86:This function decodes a Vorbis packet similarly to cannam@86: vorbis_synthesis, except that the cannam@86: vorbis_block produced does not contain cannam@86: any audio data but merely updates the decoder's state as though the cannam@86: block had been actually decoded when cannam@86: vorbis_synthesis_blockin cannam@86: is called on it.
cannam@86: cannam@86:
cannam@86: cannam@86: extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:0 on success. cannam@86:OV_ENOTAUDIO if the packet is not an audio packet. cannam@86:OV_EBADPACKET if there was an error in the packet. cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2010 Xiph.Org |
cannam@86: cannam@86: |
libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86: