--- zzzz-none-000/linux-3.10.107/Documentation/DocBook/media/dvb/demux.xml 2017-06-27 09:49:32.000000000 +0000
+++ scorpion-7490-727/linux-3.10.107/Documentation/DocBook/media/dvb/demux.xml 2021-02-04 17:41:59.000000000 +0000
@@ -1,33 +1,50 @@
DVB Demux Device
The DVB demux device controls the filters of the DVB hardware/software. It can be
-accessed through /dev/adapter0/demux0. Data types and and ioctl definitions can be
-accessed by including linux/dvb/dmx.h in your application.
+accessed through /dev/adapter?/demux?. Data types and and ioctl definitions can be
+accessed by including linux/dvb/dmx.h in your application.
Demux Data Types
-dmx_output_t
-
-typedef enum
-{
- DMX_OUT_DECODER, /⋆ Streaming directly to decoder. ⋆/
- DMX_OUT_TAP, /⋆ Output going to a memory buffer ⋆/
- /⋆ (to be retrieved via the read command).⋆/
- DMX_OUT_TS_TAP, /⋆ Output multiplexed into a new TS ⋆/
- /⋆ (to be retrieved by reading from the ⋆/
- /⋆ logical DVR device). ⋆/
- DMX_OUT_TSDEMUX_TAP /⋆ Like TS_TAP but retrieved from the DMX device ⋆/
-} dmx_output_t;
-
-DMX_OUT_TAP delivers the stream output to the demux device on which the ioctl is
-called.
-
-DMX_OUT_TS_TAP routes output to the logical DVR device /dev/dvb/adapter0/dvr0,
-which delivers a TS multiplexed from all filters for which DMX_OUT_TS_TAP was
-specified.
-
+Output for the demux
+
+
+ enum dmx_output
+
+ &cs-def;
+
+
+ ID
+ Description
+
+
+
+
+ DMX_OUT_DECODER
+ Streaming directly to decoder.
+
+ DMX_OUT_TAP
+ Output going to a memory buffer (to be retrieved via the
+ read command). Delivers the stream output to the demux
+ device on which the ioctl is called.
+
+ DMX_OUT_TS_TAP
+ Output multiplexed into a new TS (to be retrieved by
+ reading from the logical DVR device). Routes output to the
+ logical DVR device /dev/dvb/adapter?/dvr?,
+ which delivers a TS multiplexed from all filters for which
+ DMX_OUT_TS_TAP was specified.
+
+ DMX_OUT_TSDEMUX_TAP
+ Like &DMX-OUT-TS-TAP; but retrieved from the DMX
+ device.
+
+
+
+
+