Chris@1
|
1 <html>
|
Chris@1
|
2
|
Chris@1
|
3 <head>
|
Chris@1
|
4 <title>Vorbisfile - function - ov_bitrate</title>
|
Chris@1
|
5 <link rel=stylesheet href="style.css" type="text/css">
|
Chris@1
|
6 </head>
|
Chris@1
|
7
|
Chris@1
|
8
|
Chris@1
|
9 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
|
Chris@1
|
10 <table border=0 width=100%>
|
Chris@1
|
11 <tr>
|
Chris@1
|
12 <td><p class=tiny>Vorbisfile documentation</p></td>
|
Chris@1
|
13 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
Chris@1
|
14 </tr>
|
Chris@1
|
15 </table>
|
Chris@1
|
16
|
Chris@1
|
17 <h1>ov_comment</h1>
|
Chris@1
|
18
|
Chris@1
|
19 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
|
Chris@1
|
20
|
Chris@1
|
21 <p>Returns a pointer to the <a href="../libvorbis/vorbis_comment.html">vorbis_comment</a> struct for the specified bitstream. For nonseekable streams, returns the struct for the current bitstream.
|
Chris@1
|
22 <p>
|
Chris@1
|
23
|
Chris@1
|
24 <br><br>
|
Chris@1
|
25 <table border=0 color=black cellspacing=0 cellpadding=7>
|
Chris@1
|
26 <tr bgcolor=#cccccc>
|
Chris@1
|
27 <td>
|
Chris@1
|
28 <pre><b>
|
Chris@1
|
29 vorbis_comment *ov_comment(OggVorbis_File *vf,int link);
|
Chris@1
|
30 </b></pre>
|
Chris@1
|
31 </td>
|
Chris@1
|
32 </tr>
|
Chris@1
|
33 </table>
|
Chris@1
|
34
|
Chris@1
|
35 <h3>Parameters</h3>
|
Chris@1
|
36 <dl>
|
Chris@1
|
37 <dt><i>vf</i></dt>
|
Chris@1
|
38 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
|
Chris@1
|
39 functions.</dd>
|
Chris@1
|
40 <dt><i>i</i></dt>
|
Chris@1
|
41 <dd>Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the <a href="../libvorbis/vorbis_comment.html">vorbis_comment</a> struct for the current bitstream, this parameter should be set to -1.</dd>
|
Chris@1
|
42 </dl>
|
Chris@1
|
43
|
Chris@1
|
44
|
Chris@1
|
45 <h3>Return Values</h3>
|
Chris@1
|
46 <blockquote>
|
Chris@1
|
47 <li>Returns the vorbis_comment struct for the specified bitstream.</li>
|
Chris@1
|
48 <li>NULL if the specified bitstream does not exist or the file has been initialized improperly.</li>
|
Chris@1
|
49 </blockquote>
|
Chris@1
|
50 <p>
|
Chris@1
|
51
|
Chris@1
|
52 <br><br>
|
Chris@1
|
53 <hr noshade>
|
Chris@1
|
54 <table border=0 width=100%>
|
Chris@1
|
55 <tr valign=top>
|
Chris@1
|
56 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td>
|
Chris@1
|
57 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
|
Chris@1
|
58 </tr><tr>
|
Chris@1
|
59 <td><p class=tiny>Vorbisfile documentation</p></td>
|
Chris@1
|
60 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
Chris@1
|
61 </tr>
|
Chris@1
|
62 </table>
|
Chris@1
|
63
|
Chris@1
|
64 </body>
|
Chris@1
|
65
|
Chris@1
|
66 </html>
|