demux.rst 563 B

1234567891011121314151617181920212223
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _dvb_demux:
  3. #######################
  4. Digital TV Demux Device
  5. #######################
  6. The Digital TV demux device controls the MPEG-TS filters for the
  7. digital TV. If the driver and hardware supports, those filters are
  8. implemented at the hardware. Otherwise, the Kernel provides a software
  9. emulation.
  10. It can be accessed through ``/dev/adapter?/demux?``. Data types and and
  11. ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
  12. your application.
  13. .. toctree::
  14. :maxdepth: 1
  15. dmx_types
  16. dmx_fcalls