SYNOPSIS
enum dmx_frontend_source {
DMX_MEMORY_FE,
DMX_FRONTEND_0
};
CONSTANTS
DMX_MEMORY_FE
- The source of the demux is memory. It means that the MPEG-TS to be filtered comes from userspace, via write syscall.
DMX_FRONTEND_0
- The source of the demux is a frontend connected to the demux.
COPYRIGHT