4 <title>Vorbisfile - function - ov_bitrate</title>
5 <link rel=stylesheet href="style.css" type="text/css">
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
11 <td><p class=tiny>Vorbisfile documentation</p></td>
12 <td align=right><p class=tiny>libVorbisfile version 1.65 - 20020702</p></td>
16 <h1>ov_bitrate_instant</h1>
18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
20 <p>Used to find the most recent bitrate played back within the file. Will return 0 if the bitrate has not changed or it is the beginning of the file.
23 <table border=0 color=black cellspacing=0 cellpadding=7>
27 long ov_bitrate_instant(OggVorbis_File *vf);
36 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
41 <h3>Return Values</h3>
43 <li>0 indicates the beginning of the file or unchanged bitrate info.</li>
44 <li><i>n</i> indicates the actual bitrate since the last call.</li>
45 <li>OV_FALSE indicates that playback is not in progress, and thus there is no instantaneous bitrate information to report.</li>
46 <li>OV_EINVAL indicates that the stream represented by <tt>vf</tt> is not open.</li>
53 <table border=0 width=100%>
55 <td><p class=tiny>copyright © 2002 Xiph.org</p></td>
56 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
58 <td><p class=tiny>Vorbisfile documentation</p></td>
59 <td align=right><p class=tiny>libVorbisfile version 1.65 - 20020702</p></td>