Home | History | Annotate | Download | only in vorbisfile

Lines Matching full:vorbis

17 libvorbisfile, a bitstream containing Vorbis audio must be properly
21 it for Vorbis content, and prepare it for playback. A successful <a
42 All libvorbisfile initialization and deallocation routines are declared in "vorbis/vorbisfile.h".
52 <td>Opens a file and initializes the Ogg Vorbis bitstream with default values. This must be called before other functions in the library may be
57 <td>Initializes the Ogg Vorbis bitstream with default values from a passed in file handle. This must be called before other functions in the library may be
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>
69 is an Ogg Vorbis file or not. A successful return indicates that the
70 file appears to be an Ogg Vorbis file, but the <a
109 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>