4 <title>Tremor - 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
>Tremor documentation
</p></td>
13 <td align=right
><p class=tiny
>Tremor version
1.0 -
20020403</p></td>
19 <p><i>declared in
"ivorbisfile.h";
</i></p>
21 <p>Returns a pointer to the
<a href=
"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 libvorbisidec
41 <dd>Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the
<a href=
"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
© 2002 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
>Tremor documentation
</p></td>
60 <td align=right
><p class=tiny
>Tremor version
1.0 -
20020403</p></td>