Home | History | Annotate | Download | only in vorbisfile

Lines Matching full:href

5 <link rel=stylesheet href="style.css" type="text/css">
20 href="ov_fopen.html">ov_fopen()</a> to open the file for access, check
22 href="return.html">return code</a> from <a
23 href="ov_fopen.html">ov_fopen()</a> indicates the file is ready for use.
25 href="ov_clear.html">ov_clear()</a> is used to close the file and
28 On systems other than Windows<a href="ov_open.html#winfoot">[a]</a>, an
31 href="ov_open.html">ov_open()</a>. </b>Do not</b> call
33 href="ov_open.html">ov_open()</a>; libvorbisfile does this in the <a
34 href="ov_clear.html">ov_clear()</a> call.<p>
37 stream using <a href="ov_open_callbacks.html">ov_open_callbacks()</a>
51 <td><a href="ov_fopen.html">ov_fopen</a></td>
56 <td><a href="ov_open.html">ov_open</a></td>
58 used. <a href="#winfoot"><em>Do not use this call under Windows [a];</em></a> Use <a href="ov_fopen.html">ov_fopen()</a> or <a href="ov_open_callbacks.html">ov_open_callbacks()</a> instead.</td>
61 <td><a href="ov_open_callbacks.html">ov_open_callbacks</a></td>
62 <td>Initializes the Ogg Vorbis bitstream from a file handle and custom file/bitstream manipulation routines. Used instead of <a href="ov_open.html">ov_open()</a> or <a href="ov_fopen.html">ov_fopen()</a> when altering or replacing libvorbis's default stdio I/O behavior, or when a bitstream must be initialized from a <tt>FILE *</tt> under Windows.</td>
66 <td><a href="ov_test.html">ov_test</a></td>
71 href="OggVorbis_File.html">OggVorbis_File</a> struct is not yet fully
72 initialized for actual decoding. After a <a href="return.html">successful return</a>, the file
73 may be closed using <a href="ov_clear.html">ov_clear()</a> or fully
75 href="ov_test_open.html">ov_test_open()</a>.<p> This call is intended to
77 href="ov_open.html">ov_open()</a>.<p>
82 <td><a href="ov_test_callbacks.html">ov_test_callbacks</a></td>
88 <td><a href="ov_test_open.html">ov_test_open</a><td>
89 Finish opening a file after a successful call to <a href="ov_test.html">ov_test()</a> or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.</td>
92 <td><a href="ov_clear.html">ov_clear</a></td> <td>Closes the
95 href="OggVorbis_File.html">OggVorbis_File</a> struct is
109 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>