4 <title>Vorbisfile - function - ov_raw_tell
</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
>Vorbisfile documentation
</p></td>
12 <td align=right
><p class=tiny
>vorbisfile version
1.3.2 -
20101101</p></td>
18 <p><i>declared in
"vorbis/vorbisfile.h";
</i></p>
20 <p>Returns the current offset in raw compressed bytes.
</p>
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>
25 <table border=
0 color=black cellspacing=
0 cellpadding=
7>
29 ogg_int64_t ov_raw_tell(OggVorbis_File *vf);
38 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
43 <h3>Return Values
</h3>
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>
53 <table border=
0 width=
100%
>
55 <td><p class=tiny
>copyright
© 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>
58 <td><p class=tiny
>Vorbisfile documentation
</p></td>
59 <td align=right
><p class=tiny
>vorbisfile version
1.3.2 -
20101101</p></td>