libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function gets the size of the block that would result from decoding a Vorbis packet but does not actually decode the packet.
extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op); |
The block size on success. OV_ENOTAUDIO if the packet is not an audio packet. OV_EBADPACKET if there was an error in the packet.
copyright © 2010 Xiph.Org |
|
libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |