dvbapi.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. </authorgroup>
  16. <authorgroup>
  17. <author>
  18. <firstname>Mauro</firstname>
  19. <othername role="mi">Carvalho</othername>
  20. <surname>Chehab</surname>
  21. <affiliation><address><email>mchehab@redhat.com</email></address></affiliation>
  22. <contrib>Ported document to Docbook XML.</contrib>
  23. </author>
  24. </authorgroup>
  25. <copyright>
  26. <year>2002</year>
  27. <year>2003</year>
  28. <holder>Convergence GmbH</holder>
  29. </copyright>
  30. <copyright>
  31. <year>2009-2011</year>
  32. <holder>Mauro Carvalho Chehab</holder>
  33. </copyright>
  34. <revhistory>
  35. <!-- Put document revisions here, newest first. -->
  36. <revision>
  37. <revnumber>2.0.4</revnumber>
  38. <date>2011-05-06</date>
  39. <authorinitials>mcc</authorinitials>
  40. <revremark>
  41. Add more information about DVB APIv5, better describing the frontend GET/SET props ioctl's.
  42. </revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>2.0.3</revnumber>
  46. <date>2010-07-03</date>
  47. <authorinitials>mcc</authorinitials>
  48. <revremark>
  49. Add some frontend capabilities flags, present on kernel, but missing at the specs.
  50. </revremark>
  51. </revision>
  52. <revision>
  53. <revnumber>2.0.2</revnumber>
  54. <date>2009-10-25</date>
  55. <authorinitials>mcc</authorinitials>
  56. <revremark>
  57. documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
  58. </revremark>
  59. </revision>
  60. <revision>
  61. <revnumber>2.0.1</revnumber>
  62. <date>2009-09-16</date>
  63. <authorinitials>mcc</authorinitials>
  64. <revremark>
  65. Added ISDB-T test originally written by Patrick Boettcher
  66. </revremark>
  67. </revision>
  68. <revision>
  69. <revnumber>2.0.0</revnumber>
  70. <date>2009-09-06</date>
  71. <authorinitials>mcc</authorinitials>
  72. <revremark>Conversion from LaTex to DocBook XML. The
  73. contents is the same as the original LaTex version.</revremark>
  74. </revision>
  75. <revision>
  76. <revnumber>1.0.0</revnumber>
  77. <date>2003-07-24</date>
  78. <authorinitials>rjkm</authorinitials>
  79. <revremark>Initial revision on LaTEX.</revremark>
  80. </revision>
  81. </revhistory>
  82. </partinfo>
  83. <title>LINUX DVB API</title>
  84. <subtitle>Version 5.2</subtitle>
  85. <!-- ADD THE CHAPTERS HERE -->
  86. <chapter id="dvb_introdution">
  87. &sub-intro;
  88. </chapter>
  89. <chapter id="dvb_frontend">
  90. &sub-frontend;
  91. </chapter>
  92. <chapter id="dvb_demux">
  93. &sub-demux;
  94. </chapter>
  95. <chapter id="dvb_video">
  96. &sub-video;
  97. </chapter>
  98. <chapter id="dvb_audio">
  99. &sub-audio;
  100. </chapter>
  101. <chapter id="dvb_ca">
  102. &sub-ca;
  103. </chapter>
  104. <chapter id="dvb_net">
  105. &sub-net;
  106. </chapter>
  107. <chapter id="dvb_kdapi">
  108. &sub-kdapi;
  109. </chapter>
  110. <chapter id="dvb_examples">
  111. &sub-examples;
  112. </chapter>
  113. <!-- END OF CHAPTERS -->
  114. <appendix id="audio_h">
  115. <title>DVB Audio Header File</title>
  116. &sub-audio-h;
  117. </appendix>
  118. <appendix id="ca_h">
  119. <title>DVB Conditional Access Header File</title>
  120. &sub-ca-h;
  121. </appendix>
  122. <appendix id="dmx_h">
  123. <title>DVB Demux Header File</title>
  124. &sub-dmx-h;
  125. </appendix>
  126. <appendix id="frontend_h">
  127. <title>DVB Frontend Header File</title>
  128. &sub-frontend-h;
  129. </appendix>
  130. <appendix id="net_h">
  131. <title>DVB Network Header File</title>
  132. &sub-net-h;
  133. </appendix>
  134. <appendix id="video_h">
  135. <title>DVB Video Header File</title>
  136. &sub-video-h;
  137. </appendix>