VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/doc/libvorbis/vorbis_synthesis_lapout.html

最後變更 在這個檔案是 96468,由 vboxsync 提交於 3 年 前

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 2.2 KB
 
1<html>
2
3<head>
4<title>libvorbis - function - vorbis_synthesis_lapout</title>
5<link rel=stylesheet href="style.css" type="text/css">
6</head>
7
8<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9<table border=0 width=100%>
10<tr>
11<td><p class=tiny>libvorbis documentation</p></td>
12<td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
13</tr>
14</table>
15
16<h1>vorbis_synthesis_lapout</h1>
17
18<p><i>declared in "vorbis/codec.h";</i></p>
19
20<p>This function retrieves buffers containing decoded audio samples, similarly
21to <a href="vorbis_synthesis_pcmout.html">vorbis_synthesis_pcmout</a>.
22However, it includes some extra samples extrapolated from the end of
23the audio, suitable for crosslapping with other blocks. This exists mainly
24for <a href="../vorbisfile/index.html">libvorbisfile</a> to use for
25handling chained bitstreams and bitstreams with holes.</p>
26
27<table border=0 color=black cellspacing=0 cellpadding=7>
28<tr bgcolor=#cccccc>
29 <td>
30<pre><b>
31extern int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm);
32</b></pre>
33 </td>
34</tr>
35</table>
36
37<h3>Parameters</h3>
38<dl>
39<dt><i>v</i></dt>
40<dd>The <a href="vorbis_dsp_state.html">vorbis_dsp_state</a> for the
41decoder instance.</dd>
42<dt><i>pcm</i></dt>
43<dd>A pointer to a float** which will be made to point to an array of
44pointers to the decoded samples for each channel. The memory is owned
45by the decoder instance and will be freed when the application continues
46decoding or destroys the decoder instance. This can be NULL, in which
47case the return value gives the number of samples that would be returned
48if this function were called with a non-NULL pointer here.</dd>
49</dl>
50
51
52<h3>Return Values</h3>
53<blockquote>
54<li>The number of samples available in the output buffer.</li>
55<li>0 if no more samples are currently available.</li>
56</blockquote>
57<p>
58
59<br><br>
60<hr noshade>
61<table border=0 width=100%>
62<tr valign=top>
63<td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
64<td align=right><p class=tiny><a href="https://xiph.org/vorbis/">Ogg Vorbis</a></p></td>
65</tr><tr>
66<td><p class=tiny>libvorbis documentation</p></td>
67<td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
68</tr>
69</table>
70
71
72</body>
73
74</html>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette