1<html> 2 3<head> 4<title>Vorbisfile - function - ov_raw_tell</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>Vorbisfile documentation</p></td> 12<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td> 13</tr> 14</table> 15 16<h1>ov_raw_tell</h1> 17 18<p><i>declared in "vorbis/vorbisfile.h";</i></p> 19 20<p>Returns the current offset in raw compressed bytes.</p> 21 22<p>Note that if you later use ov_raw_seek() to return to this point, you won't generally get back to exactly the same place, due to internal buffering. Also note that a read operation may not cause a change to the current raw offset - only a read that requires reading more data from the underlying data source will do that.</p> 23 24<br><br> 25<table border=0 color=black cellspacing=0 cellpadding=7> 26<tr bgcolor=#cccccc> 27 <td> 28<pre><b> 29ogg_int64_t ov_raw_tell(OggVorbis_File *vf); 30</b></pre> 31 </td> 32</tr> 33</table> 34 35<h3>Parameters</h3> 36<dl> 37<dt><i>vf</i></dt> 38<dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile 39functions.</dd> 40</dl> 41 42 43<h3>Return Values</h3> 44<blockquote> 45<li><i>n</i> indicates the current offset in bytes.</li> 46<li>OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist.</li> 47</blockquote> 48<p> 49 50 51<br><br> 52<hr noshade> 53<table border=0 width=100%> 54<tr valign=top> 55<td><p class=tiny>copyright © 2007 Xiph.org</p></td> 56<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> 57</tr><tr> 58<td><p class=tiny>Vorbisfile documentation</p></td> 59<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td> 60</tr> 61</table> 62 63</body> 64 65</html> 66