4 <title>Vorbisfile - function - ov_seekable</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.2.0 - 20070723</p></td>
18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
20 <p>This indicates whether or not the bitstream is seekable.
24 <table border=0 color=black cellspacing=0 cellpadding=7>
28 long ov_seekable(OggVorbis_File *vf);
37 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
42 <h3>Return Values</h3>
44 <li>0 indicates that the file is not seekable.</li>
45 <li>nonzero indicates that the file is seekable.</li>
51 <table border=0 width=100%>
53 <td><p class=tiny>copyright © 2007 Xiph.org</p></td>
54 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
56 <td><p class=tiny>Vorbisfile documentation</p></td>
57 <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>