8.10. start_filtering()

DESCRIPTION

Starts filtering sections on this section feed, according to its settings. Sections are first filtered based on their PID and then matched with the section filters allocated for this feed. If the section matches the PID filter and at least one section filter, it is delivered to the API client. The section is delivered asynchronously using the callback function registered with allocate_section_feed().

SYNOPSIS

int start_filtering ( dmx_section_feed_t⋆ feed );

PARAMETERS

dmx_section_feed_t* feed

Pointer to the section feed API and instance data.

RETURNS

0

The function was completed without errors.

-EINVAL

Bad parameter.