enum_dmx_demux_caps(9) MPEG-2 TS Demux capabilities bitmap

SYNOPSIS


enum dmx_demux_caps {
DMX_TS_FILTERING,
DMX_SECTION_FILTERING,
DMX_MEMORY_BASED_FILTERING
};

CONSTANTS

DMX_TS_FILTERING

set if TS filtering is supported;

DMX_SECTION_FILTERING

set if section filtering is supported;

DMX_MEMORY_BASED_FILTERING

set if write available.

DESCRIPTION

Those flags are OR'ed in the dmx_demux.capabilities field

COPYRIGHT