mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
<title>libogg - function - ogg_stream_flush</title>
 | 
						|
<link rel=stylesheet href="style.css" type="text/css">
 | 
						|
</head>
 | 
						|
 | 
						|
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
 | 
						|
<table border=0 width=100%>
 | 
						|
<tr>
 | 
						|
<td><p class=tiny>libogg documentation</p></td>
 | 
						|
<td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
 | 
						|
</tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<h1>ogg_stream_flush</h1>
 | 
						|
 | 
						|
<p><i>declared in "ogg/ogg.h";</i></p>
 | 
						|
 | 
						|
<p>This function checks for remaining packets inside the stream and forces remaining packets into a page, regardless of the size of the page.
 | 
						|
<p>This should only be used when you want to flush an undersized page from the middle of the stream.  Otherwise, <a href="ogg_stream_pageout.html">ogg_stream_pageout</a> should always be used.  
 | 
						|
<p>This function can be used to verify that all packets have been flushed.  If the return value is 0, all packets have been placed into a page.
 | 
						|
 | 
						|
<br><br>
 | 
						|
<table border=0 color=black cellspacing=0 cellpadding=7>
 | 
						|
<tr bgcolor=#cccccc>
 | 
						|
	<td>
 | 
						|
<pre><b>
 | 
						|
int ogg_stream_flush(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og);
 | 
						|
</b></pre>
 | 
						|
	</td>
 | 
						|
</tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<h3>Parameters</h3>
 | 
						|
<dl>
 | 
						|
<dt><i>os</i></dt>
 | 
						|
<dd>Pointer to a previously declared <a href="ogg_stream_state.html">ogg_stream_state</a> struct, which represents the current logical bitstream.</dd>
 | 
						|
<dt><i>og</i></dt>
 | 
						|
<dd>Pointer to a page of data.  The remaining packets in the stream will be placed into this page, if any remain.
 | 
						|
</dl>
 | 
						|
 | 
						|
 | 
						|
<h3>Return Values</h3>
 | 
						|
<blockquote>
 | 
						|
<li>0 means that all packet data has already been flushed into pages, and there are no packets to put into the page.</li>
 | 
						|
<li>
 | 
						|
Nonzero means that remaining packets have successfully been flushed into the page.</li>
 | 
						|
</blockquote>
 | 
						|
<p>
 | 
						|
 | 
						|
<br><br>
 | 
						|
<hr noshade>
 | 
						|
<table border=0 width=100%>
 | 
						|
<tr valign=top>
 | 
						|
<td><p class=tiny>copyright © 2000 xiph.org</p></td>
 | 
						|
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team@xiph.org">team@xiph.org</a></p></td>
 | 
						|
</tr><tr>
 | 
						|
<td><p class=tiny>libogg documentation</p></td>
 | 
						|
<td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
 | 
						|
</tr>
 | 
						|
</table>
 | 
						|
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |