1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>stop_filtering()</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="LINUX MEDIA INFRASTRUCTURE API"><link rel="up" href="dvb_kdapi.html" title="Chapter&#160;15.&#160;Kernel Demux API"><link rel="prev" href="ch15s10.html" title="start_filtering()"><link rel="next" href="dvb_examples.html" title="Chapter&#160;16.&#160;Examples"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">stop_filtering()</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch15s10.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;15.&#160;Kernel Demux API</th><td width="20%" align="right">&#160;<a accesskey="n" href="dvb_examples.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp1131042388"></a>stop_filtering()</h2></div></div></div><p>DESCRIPTION
2</p><div class="informaltable"><table border="1"><colgroup><col></colgroup><tbody><tr><td align="char">
3<p>Stops filtering sections on this section feed. Note that any changes to the
4 filtering parameters (filter_value, filter_mask, etc.) should only be made when
5 filtering is stopped.</p>
6</td></tr></tbody></table></div><p>SYNOPSIS
7</p><div class="informaltable"><table border="1"><colgroup><col></colgroup><tbody><tr><td align="char">
8<p>int stop_filtering ( dmx_section_feed_t&#8902; feed );</p>
9</td></tr></tbody></table></div><p>PARAMETERS
10</p><div class="informaltable"><table border="1"><colgroup><col><col></colgroup><tbody><tr><td align="char">
11<p>dmx_section_feed_t*
12 feed</p>
13</td><td align="char">
14<p>Pointer to the section feed API and instance data.</p>
15</td></tr></tbody></table></div><p>RETURNS
16</p><div class="informaltable"><table border="1"><colgroup><col><col></colgroup><tbody><tr><td align="char">
17<p>0</p>
18</td><td align="char">
19<p>The function was completed without errors.</p>
20</td></tr><tr><td align="char">
21<p>-EINVAL</p>
22</td><td align="char">
23<p>Bad parameter.</p>
24</td></tr></tbody></table></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch15s10.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="dvb_kdapi.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="dvb_examples.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">start_filtering()&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;Chapter&#160;16.&#160;Examples</td></tr></table></div></body></html>
25