enum ts_filter_type —
filter type bitmap for dmx_ts_feed.set
enum ts_filter_type {
TS_PACKET,
TS_PAYLOAD_ONLY,
TS_DECODER,
TS_DEMUX
}; Send TS packets (188 bytes) to callback (default).
In case TS_PACKET is set, only send the TS payload (<=184 bytes per packet) to callback
Send stream to built-in decoder (if present).
In case TS_PACKET is set, send the TS to the demux device, not to the dvr device