diff options
author | j <j@xiph.org> | 2006-11-05 13:41:58 +0000 |
---|---|---|
committer | j <j@xiph.org> | 2006-11-05 13:41:58 +0000 |
commit | b30609a9e79cc90589c647f2bcff0ad5be54f41c (patch) | |
tree | 5d083d8e9229476cf5e7c3c50f2f8efe18d2081a /doc/vorbisfile/exampleindex.html | |
download | libvorbis-git-b30609a9e79cc90589c647f2bcff0ad5be54f41c.tar.gz |
copy vorbis 1.0.1 as a basis for the aotuv branch
svn path=/branches/vorbis-aotuv/; revision=12022
Diffstat (limited to 'doc/vorbisfile/exampleindex.html')
-rw-r--r-- | doc/vorbisfile/exampleindex.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/vorbisfile/exampleindex.html b/doc/vorbisfile/exampleindex.html new file mode 100644 index 00000000..6f8dce37 --- /dev/null +++ b/doc/vorbisfile/exampleindex.html @@ -0,0 +1,39 @@ +<html> + +<head> +<title>vorbisfile - Documentation</title> +<link rel=stylesheet href="style.css" type="text/css"> +</head> + +<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> +<table border=0 width=100%> +<tr> +<td><p class=tiny>Vorbisfile documentation</p></td> +<td align=right><p class=tiny>vorbisfile version 1.68 - 20030307</p></td> +</tr> +</table> + +<h1>VorbisFile Example Code</h1> + +<p> +Three sample programs are included with the vorbisfile distribution. +<p> +<a href="example.html">vorbisfile decoding</a><br> +<a href="seekexample.html">vorbisfile seeking</a><br> +<a href="chainingexample.html">vorbisfile bitstream chaining</a><br> + +<br><br> +<hr noshade> +<table border=0 width=100%> +<tr valign=top> +<td><p class=tiny>copyright © 2003 Xiph.org</p></td> +<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td> +</tr><tr> +<td><p class=tiny>Vorbisfile documentation</p></td> +<td align=right><p class=tiny>vorbisfile version 1.68 - 20030307</p></td> +</tr> +</table> + +</body> + +</html> |