annotate src/libvorbis-1.3.3/doc/vorbisfile/fileinfo.html @ 35:41ea6f72fef5

Update C++ libraries using libc++ on OS/X
author Chris Cannam
date Wed, 11 Mar 2015 13:30:03 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 <html>
Chris@1 2
Chris@1 3 <head>
Chris@1 4 <title>Vorbisfile - File Information</title>
Chris@1 5 <link rel=stylesheet href="style.css" type="text/css">
Chris@1 6 </head>
Chris@1 7
Chris@1 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
Chris@1 9 <table border=0 width=100%>
Chris@1 10 <tr>
Chris@1 11 <td><p class=tiny>Vorbisfile documentation</p></td>
Chris@1 12 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
Chris@1 13 </tr>
Chris@1 14 </table>
Chris@1 15
Chris@1 16 <h1>File Information</h1>
Chris@1 17 <p>Libvorbisfile contains many functions to get information about bitstream attributes and decoding status.
Chris@1 18 <p>
Chris@1 19 All libvorbisfile file information routines are declared in "vorbis/vorbisfile.h".
Chris@1 20 <p>
Chris@1 21
Chris@1 22 <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
Chris@1 23 <tr bgcolor=#cccccc>
Chris@1 24 <td><b>function</b></td>
Chris@1 25 <td><b>purpose</b></td>
Chris@1 26 </tr>
Chris@1 27 <tr valign=top>
Chris@1 28 <td><a href="ov_bitrate.html">ov_bitrate</a></td>
Chris@1 29 <td>Returns the average bitrate of the current logical bitstream.</td>
Chris@1 30 </tr>
Chris@1 31 <tr valign=top>
Chris@1 32 <td><a href="ov_bitrate_instant.html">ov_bitrate_instant</a></td>
Chris@1 33 <td>Returns the exact bitrate since the last call of this function, or -1 if at the beginning of the bitream or no new information is available.</td>
Chris@1 34 </tr>
Chris@1 35 <tr valign=top>
Chris@1 36 <td><a href="ov_streams.html">ov_streams</a></td>
Chris@1 37 <td>Gives the number of logical bitstreams within the current physical bitstream.</td>
Chris@1 38 </tr>
Chris@1 39 <tr valign=top>
Chris@1 40 <td><a href="ov_seekable.html">ov_seekable</a></td>
Chris@1 41 <td>Indicates whether the bitstream is seekable.</td>
Chris@1 42 </tr>
Chris@1 43 <tr valign=top>
Chris@1 44 <td><a href="ov_serialnumber.html">ov_serialnumber</a></td>
Chris@1 45 <td>Returns the unique serial number of the specified logical bitstream.</td>
Chris@1 46 </tr>
Chris@1 47 <tr valign=top>
Chris@1 48 <td><a href="ov_raw_total.html">ov_raw_total</a></td>
Chris@1 49 <td>Returns the total (compressed) bytes in a physical or logical seekable bitstream.</td>
Chris@1 50 </tr>
Chris@1 51 <tr valign=top>
Chris@1 52 <td><a href="ov_pcm_total.html">ov_pcm_total</a></td>
Chris@1 53 <td>Returns the total number of samples in a physical or logical seekable bitstream.</td>
Chris@1 54 </tr>
Chris@1 55 <tr valign=top>
Chris@1 56 <td><a href="ov_time_total.html">ov_time_total</a></td>
Chris@1 57 <td>Returns the total time length in seconds of a physical or logical seekable bitstream.</td>
Chris@1 58 </tr>
Chris@1 59 <tr valign=top>
Chris@1 60 <td><a href="ov_raw_tell.html">ov_raw_tell</a></td>
Chris@1 61 <td>Returns the byte location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
Chris@1 62 </tr>
Chris@1 63 <tr valign=top>
Chris@1 64 <td><a href="ov_pcm_tell.html">ov_pcm_tell</a></td>
Chris@1 65 <td>Returns the sample location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
Chris@1 66 </tr>
Chris@1 67 <tr valign=top>
Chris@1 68 <td><a href="ov_time_tell.html">ov_time_tell</a></td>
Chris@1 69 <td>Returns the time location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
Chris@1 70 </tr>
Chris@1 71 <tr valign=top>
Chris@1 72 <td><a href="ov_info.html">ov_info</a></td>
Chris@1 73 <td>Returns the <a href="../libvorbis/vorbis_info.html">vorbis_info</a> struct for a specific bitstream section.</td>
Chris@1 74 </tr>
Chris@1 75 <tr valign=top>
Chris@1 76 <td><a href="ov_comment.html">ov_comment</a></td>
Chris@1 77 <td>Returns attached <a href="../libvorbis/vorbis_comment.html">comments</a> for the current bitstream.</td>
Chris@1 78 </tr>
Chris@1 79 </table>
Chris@1 80
Chris@1 81 <br><br>
Chris@1 82 <hr noshade>
Chris@1 83 <table border=0 width=100%>
Chris@1 84 <tr valign=top>
Chris@1 85 <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
Chris@1 86 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
Chris@1 87 </tr><tr>
Chris@1 88 <td><p class=tiny>Vorbisfile documentation</p></td>
Chris@1 89 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
Chris@1 90 </tr>
Chris@1 91 </table>
Chris@1 92
Chris@1 93 </body>
Chris@1 94
Chris@1 95 </html>