| <title>Tremor - function - ov_bitrate</title> |
| <link rel=stylesheet href="style.css" type="text/css"> |
| <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> |
| <table border=0 width=100%> |
| <td><p class=tiny>Tremor documentation</p></td> |
| <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> |
| <p><i>declared in "ivorbisfile.h";</i></p> |
| <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. |
| <table border=0 color=black cellspacing=0 cellpadding=7> |
| vorbis_comment *ov_comment(OggVorbis_File *vf,int link); |
| <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisidec |
| <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> |
| <li>Returns the vorbis_comment struct for the specified bitstream.</li> |
| <li>NULL if the specified bitstream does not exist or the file has been initialized improperly.</li> |
| <table border=0 width=100%> |
| <td><p class=tiny>copyright © 2002 Xiph.org</p></td> |
| <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> |
| <td><p class=tiny>Tremor documentation</p></td> |
| <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> |