4 <title>libvorbis - function - vorbis_synthesis_trackonly</title>
5 <link rel=stylesheet href="style.css" type="text/css">
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
11 <td><p class=tiny>libvorbis documentation</p></td>
12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
16 <h1>vorbis_synthesis_trackonly</h1>
18 <p><i>declared in "vorbis/codec.h";</i></p>
20 <p>This function decodes a Vorbis packet similarly to
21 <a href="vorbis_synthesis.html">vorbis_synthesis</a>, except that the
22 <a href="vorbis_block.html">vorbis_block</a> produced does not contain
23 any audio data but merely updates the decoder's state as though the
24 block had been actually decoded when
25 <a href="vorbis_synthesis_blockin.html">vorbis_synthesis_blockin</a>
28 <table border=0 color=black cellspacing=0 cellpadding=7>
32 extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
41 <dd>The <a href="vorbis_block.html">vorbis_block</a> to decode the
44 <dd>The ogg_packet to decode.</dd>
48 <h3>Return Values</h3>
50 <li>0 on success.</li>
51 <li>OV_ENOTAUDIO if the packet is not an audio packet.</li>
52 <li>OV_EBADPACKET if there was an error in the packet.</li>
58 <table border=0 width=100%>
60 <td><p class=tiny>copyright © 2010 Xiph.Org</p></td>
61 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
63 <td><p class=tiny>libvorbis documentation</p></td>
64 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>