dvbapi.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. include:: <isonum.txt>
  3. .. _dvbapi:
  4. ########################
  5. Part II - Digital TV API
  6. ########################
  7. .. note::
  8. This API is also known as Linux **DVB API**.
  9. It it was originally written to support the European digital TV
  10. standard (DVB), and later extended to support all digital TV standards.
  11. In order to avoid confusion, within this document, it was opted to refer to
  12. it, and to associated hardware as **Digital TV**.
  13. The word **DVB** is reserved to be used for:
  14. - the Digital TV API version
  15. (e. g. DVB API version 3 or DVB API version 5);
  16. - digital TV data types (enums, structs, defines, etc);
  17. - digital TV device nodes (``/dev/dvb/...``);
  18. - the European DVB standard.
  19. **Version 5.10**
  20. .. only:: html
  21. .. class:: toc-title
  22. Table of Contents
  23. .. toctree::
  24. :maxdepth: 5
  25. :numbered:
  26. intro
  27. frontend
  28. demux
  29. ca
  30. net
  31. legacy_dvb_apis
  32. examples
  33. headers
  34. **********************
  35. Revision and Copyright
  36. **********************
  37. Authors:
  38. - J. K. Metzler, Ralph <rjkm@metzlerbros.de>
  39. - Original author of the Digital TV API documentation.
  40. - O. C. Metzler, Marcus <rjkm@metzlerbros.de>
  41. - Original author of the Digital TV API documentation.
  42. - Carvalho Chehab, Mauro <mchehab+samsung@kernel.org>
  43. - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
  44. **Copyright** |copy| 2002-2003 : Convergence GmbH
  45. **Copyright** |copy| 2009-2017 : Mauro Carvalho Chehab
  46. ****************
  47. Revision History
  48. ****************
  49. :revision: 2.2.0 / 2017-09-01 (*mcc*)
  50. Most gaps between the uAPI document and the Kernel implementation
  51. got fixed for the non-legacy API.
  52. :revision: 2.1.0 / 2015-05-29 (*mcc*)
  53. DocBook improvements and cleanups, in order to document the system calls
  54. on a more standard way and provide more description about the current
  55. Digital TV API.
  56. :revision: 2.0.4 / 2011-05-06 (*mcc*)
  57. Add more information about DVBv5 API, better describing the frontend
  58. GET/SET props ioctl's.
  59. :revision: 2.0.3 / 2010-07-03 (*mcc*)
  60. Add some frontend capabilities flags, present on kernel, but missing at
  61. the specs.
  62. :revision: 2.0.2 / 2009-10-25 (*mcc*)
  63. documents FE_SET_FRONTEND_TUNE_MODE and
  64. FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
  65. :revision: 2.0.1 / 2009-09-16 (*mcc*)
  66. Added ISDB-T test originally written by Patrick Boettcher
  67. :revision: 2.0.0 / 2009-09-06 (*mcc*)
  68. Conversion from LaTex to DocBook XML. The contents is the same as the
  69. original LaTex version.
  70. :revision: 1.0.0 / 2003-07-24 (*rjkm*)
  71. Initial revision on LaTEX.