4 <title>Vorbisfile - function - ov_bitrate</title>
5 <link rel=stylesheet href="style.css" type="text/css">
9 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
10 <table border=0 width=100%>
12 <td><p class=tiny>Vorbisfile documentation</p></td>
13 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
19 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
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.
25 <table border=0 color=black cellspacing=0 cellpadding=7>
29 vorbis_comment *ov_comment(OggVorbis_File *vf,int link);
38 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
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>
45 <h3>Return Values</h3>
47 <li>Returns the vorbis_comment struct for the specified bitstream.</li>
48 <li>NULL if the specified bitstream does not exist or the file has been initialized improperly.</li>
54 <table border=0 width=100%>
56 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td>
57 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
59 <td><p class=tiny>Vorbisfile documentation</p></td>
60 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>