Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/> |
---|
6 | <title>Ogg Documentation</title> |
---|
7 | |
---|
8 | <style type="text/css"> |
---|
9 | body { |
---|
10 | margin: 0 18px 0 18px; |
---|
11 | padding-bottom: 30px; |
---|
12 | font-family: Verdana, Arial, Helvetica, sans-serif; |
---|
13 | color: #333333; |
---|
14 | font-size: .8em; |
---|
15 | } |
---|
16 | |
---|
17 | a { |
---|
18 | color: #3366cc; |
---|
19 | } |
---|
20 | |
---|
21 | img { |
---|
22 | border: 0; |
---|
23 | } |
---|
24 | |
---|
25 | #xiphlogo { |
---|
26 | margin: 30px 0 16px 0; |
---|
27 | } |
---|
28 | |
---|
29 | #content p { |
---|
30 | line-height: 1.4; |
---|
31 | } |
---|
32 | |
---|
33 | h1, h1 a, h2, h2 a, h3, h3 a { |
---|
34 | font-weight: bold; |
---|
35 | color: #ff9900; |
---|
36 | margin: 1.3em 0 8px 0; |
---|
37 | } |
---|
38 | |
---|
39 | h1 { |
---|
40 | font-size: 1.3em; |
---|
41 | } |
---|
42 | |
---|
43 | h2 { |
---|
44 | font-size: 1.2em; |
---|
45 | } |
---|
46 | |
---|
47 | h3 { |
---|
48 | font-size: 1.1em; |
---|
49 | } |
---|
50 | |
---|
51 | li { |
---|
52 | line-height: 1.4; |
---|
53 | } |
---|
54 | |
---|
55 | #copyright { |
---|
56 | margin-top: 30px; |
---|
57 | line-height: 1.5em; |
---|
58 | text-align: center; |
---|
59 | font-size: .8em; |
---|
60 | color: #888888; |
---|
61 | clear: both; |
---|
62 | } |
---|
63 | </style> |
---|
64 | |
---|
65 | </head> |
---|
66 | |
---|
67 | <body> |
---|
68 | |
---|
69 | <div id="xiphlogo"> |
---|
70 | <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a> |
---|
71 | </div> |
---|
72 | |
---|
73 | <h1>Ogg Documentation</h1> |
---|
74 | |
---|
75 | <h2>Ogg programming documentation</h2> |
---|
76 | |
---|
77 | <ul> |
---|
78 | <li><a href="libogg/index.html">Programming with ogg</a></li> |
---|
79 | </ul> |
---|
80 | |
---|
81 | <h2>Ogg bitsream documentation</h2> |
---|
82 | |
---|
83 | <ul> |
---|
84 | <li><a href="oggstream.html">Ogg logical and physical bitstream overview</a></li> |
---|
85 | <li><a href="framing.html">Ogg logical bitstream framing</a></li> |
---|
86 | <li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li> |
---|
87 | </ul> |
---|
88 | |
---|
89 | <h2>RFC documentation</h2> |
---|
90 | |
---|
91 | <ul> |
---|
92 | <li><a href="rfc3533.txt">rfc3533: The Ogg Encapsulation Format Version 0</a></li> |
---|
93 | <li><a href="rfc3534.txt">rfc3534: The application/ogg Media Type</a></li> |
---|
94 | </ul> |
---|
95 | |
---|
96 | <div id="copyright"> |
---|
97 | The Xiph Fish Logo is a |
---|
98 | trademark (™) of Xiph.Org.<br/> |
---|
99 | |
---|
100 | These pages © 1994 - 2005 Xiph.Org. All rights reserved. |
---|
101 | </div> |
---|
102 | |
---|
103 | </body> |
---|
104 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.