dvbapi.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. <revhistory>
  30. <!-- Put document revisions here, newest first. -->
  31. <revision>
  32. <revnumber>2.0.0</revnumber>
  33. <date>2009-09-06</date>
  34. <authorinitials>mcc</authorinitials>
  35. <revremark>Conversion from LaTex to DocBook XML. The
  36. contents is the same as the original LaTex version.</revremark>
  37. </revision>
  38. <revision>
  39. <revnumber>1.0.0</revnumber>
  40. <date>2003-07-24</date>
  41. <authorinitials>rjkm</authorinitials>
  42. <revremark>Initial revision on LaTEX.</revremark>
  43. </revision>
  44. </revhistory>
  45. </partinfo>
  46. <title>LINUX DVB API</title>
  47. <subtitle>Version 3</subtitle>
  48. <!-- ADD THE CHAPTERS HERE -->
  49. <chapter id="dvb_introdution">
  50. &sub-intro;
  51. </chapter>
  52. <chapter id="dvb_frontend">
  53. &sub-frontend;
  54. </chapter>
  55. <chapter id="dvb_demux">
  56. &sub-demux;
  57. </chapter>
  58. <chapter id="dvb_video">
  59. &sub-video;
  60. </chapter>
  61. <chapter id="dvb_audio">
  62. &sub-audio;
  63. </chapter>
  64. <chapter id="dvb_ca">
  65. &sub-ca;
  66. </chapter>
  67. <chapter id="dvb_net">
  68. &sub-net;
  69. </chapter>
  70. <chapter id="dvb_kdapi">
  71. &sub-kdapi;
  72. </chapter>
  73. <chapter id="dvb_examples">
  74. &sub-examples;
  75. </chapter>
  76. <!-- END OF CHAPTERS -->