4 <title>Vorbisfile - datatype - vorbis_info
</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>
18 <p><i>declared in
"vorbis/codec.h"</i></p>
21 The vorbis_info structure contains basic information about the audio in a vorbis bitstream.
24 <table border=
0 width=
100% color=black cellspacing=
0 cellpadding=
7>
27 <pre><b>typedef struct vorbis_info{
39 } vorbis_info;
</b></pre>
44 <h3>Relevant Struct Members
</h3>
46 <dt><i>version
</i></dt>
47 <dd>Vorbis encoder version used to create this bitstream.
</dd>
48 <dt><i>channels
</i></dt>
49 <dd>Int signifying number of channels in bitstream.
</dd>
51 <dd>Sampling rate of the bitstream.
</dd>
52 <dt><i>bitrate_upper
</i></dt>
53 <dd>Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.
</dd>
54 <dt><i>bitrate_nominal
</i></dt>
55 <dd>Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.
</dd>
56 <dt><i>bitrate_lower
</i></dt>
57 <dd>Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.
</dd>
58 <dt><i>bitrate_window
</i></dt>
59 <dd>Currently unset.
</dd>
61 <dt><i>codec_setup
</i></dt>
62 <dd>Internal structure that contains the detailed/unpacked configuration for decoding the current Vorbis bitstream.
</dd>
68 <table border=
0 width=
100%
>
70 <td><p class=tiny
>copyright
© 2002 Xiph.org
</p></td>
71 <td align=right
><p class=tiny
><a href=
"http://www.xiph.org/ogg/vorbis/">Ogg Vorbis
</a></p></td>
73 <td><p class=tiny
>Vorbisfile documentation
</p></td>
74 <td align=right
><p class=tiny
>libVorbisfile version
1.65 -
20020702</p></td>