struct dmx_section_filter — Structure that describes a section filter
struct dmx_section_filter { u8 filter_value[DMX_MAX_FILTER_SIZE]; u8 filter_mask[DMX_MAX_FILTER_SIZE]; u8 filter_mode[DMX_MAX_FILTER_SIZE]; struct dmx_section_feed * parent; void * priv; };
Contains up to 16 bytes (128 bits) of the TS section header that will be matched by the section filter
Contains a 16 bytes (128 bits) filter mask with the bits
specified by filter_value
that will be used on the filter
match logic.
Contains a 16 bytes (128 bits) filter mode.
Pointer to struct dmx_section_feed.
Pointer to private data of the API client.