diff options
Diffstat (limited to 'Documentation/DocBook/dvb/dvbapi.xml')
-rw-r--r-- | Documentation/DocBook/dvb/dvbapi.xml | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/Documentation/DocBook/dvb/dvbapi.xml b/Documentation/DocBook/dvb/dvbapi.xml new file mode 100644 index 000000000000..4fc5b23470a3 --- /dev/null +++ b/Documentation/DocBook/dvb/dvbapi.xml | |||
@@ -0,0 +1,87 @@ | |||
1 | <partinfo> | ||
2 | <authorgroup> | ||
3 | <author> | ||
4 | <firstname>Ralph</firstname> | ||
5 | <surname>Metzler</surname> | ||
6 | <othername role="mi">J. K.</othername> | ||
7 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
8 | </author> | ||
9 | <author> | ||
10 | <firstname>Marcus</firstname> | ||
11 | <surname>Metzler</surname> | ||
12 | <othername role="mi">O. C.</othername> | ||
13 | <affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation> | ||
14 | </author> | ||
15 | <author> | ||
16 | <firstname>Mauro</firstname> | ||
17 | <surname>Chehab</surname> | ||
18 | <othername role="mi">Carvalho</othername> | ||
19 | <affiliation><address><email>mchehab@redhat.com</email></address></affiliation> | ||
20 | <contrib>Ported document to Docbook XML.</contrib> | ||
21 | </author> | ||
22 | </authorgroup> | ||
23 | <copyright> | ||
24 | <year>2002</year> | ||
25 | <year>2003</year> | ||
26 | <year>2009</year> | ||
27 | <holder>Convergence GmbH</holder> | ||
28 | </copyright> | ||
29 | |||
30 | <revhistory> | ||
31 | <!-- Put document revisions here, newest first. --> | ||
32 | <revision> | ||
33 | <revnumber>2.0.1</revnumber> | ||
34 | <date>2009-09-16</date> | ||
35 | <authorinitials>mcc</authorinitials> | ||
36 | <revremark> | ||
37 | Added ISDB-T test originally written by Patrick Boettcher | ||
38 | </revremark> | ||
39 | </revision> | ||
40 | <revision> | ||
41 | <revnumber>2.0.0</revnumber> | ||
42 | <date>2009-09-06</date> | ||
43 | <authorinitials>mcc</authorinitials> | ||
44 | <revremark>Conversion from LaTex to DocBook XML. The | ||
45 | contents is the same as the original LaTex version.</revremark> | ||
46 | </revision> | ||
47 | <revision> | ||
48 | <revnumber>1.0.0</revnumber> | ||
49 | <date>2003-07-24</date> | ||
50 | <authorinitials>rjkm</authorinitials> | ||
51 | <revremark>Initial revision on LaTEX.</revremark> | ||
52 | </revision> | ||
53 | </revhistory> | ||
54 | </partinfo> | ||
55 | |||
56 | |||
57 | <title>LINUX DVB API</title> | ||
58 | <subtitle>Version 3</subtitle> | ||
59 | <!-- ADD THE CHAPTERS HERE --> | ||
60 | <chapter id="dvb_introdution"> | ||
61 | &sub-intro; | ||
62 | </chapter> | ||
63 | <chapter id="dvb_frontend"> | ||
64 | &sub-frontend; | ||
65 | </chapter> | ||
66 | <chapter id="dvb_demux"> | ||
67 | &sub-demux; | ||
68 | </chapter> | ||
69 | <chapter id="dvb_video"> | ||
70 | &sub-video; | ||
71 | </chapter> | ||
72 | <chapter id="dvb_audio"> | ||
73 | &sub-audio; | ||
74 | </chapter> | ||
75 | <chapter id="dvb_ca"> | ||
76 | &sub-ca; | ||
77 | </chapter> | ||
78 | <chapter id="dvb_net"> | ||
79 | &sub-net; | ||
80 | </chapter> | ||
81 | <chapter id="dvb_kdapi"> | ||
82 | &sub-kdapi; | ||
83 | </chapter> | ||
84 | <chapter id="dvb_examples"> | ||
85 | &sub-examples; | ||
86 | </chapter> | ||
87 | <!-- END OF CHAPTERS --> | ||