5f30efffc71262419e79e6fce928b7c0b9f628d0
[platform/upstream/libvorbis.git] / doc / vorbisfile / ov_raw_tell.html
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.3.2 - 20101101</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>
29 ogg_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
39 functions.</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 &copy; 2000-2010 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.3.2 - 20101101</p></td>
60 </tr>
61 </table>
62
63 </body>
64
65 </html>