1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>enum dmx_frontend_source</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Device Drivers"><link rel="up" href="ch06s02.html" title="Digital TV (DVB) devices"><link rel="prev" href="API-dmx-section-cb.html" title="dmx_section_cb"><link rel="next" href="API-struct-dmx-frontend.html" title="struct dmx_frontend"></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"><span class="phrase">enum dmx_frontend_source</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-dmx-section-cb.html">Prev</a> </td><th width="60%" align="center">Digital TV (DVB) devices</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-dmx-frontend.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-dmx-frontend-source"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum dmx_frontend_source — 2 Used to identify the type of frontend 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum dmx_frontend_source { 5 DMX_MEMORY_FE, 6 DMX_FRONTEND_0 7}; </pre></div><div class="refsect1"><a name="id-1.8.3.40.5"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">DMX_MEMORY_FE</span></dt><dd><p> 8 The source of the demux is memory. It means that 9 the MPEG-TS to be filtered comes from userspace, 10 via <code class="function">write</code> syscall. 11 </p></dd><dt><span class="term">DMX_FRONTEND_0</span></dt><dd><p> 12 The source of the demux is a frontend connected 13 to the demux. 14 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-dmx-section-cb.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch06s02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-dmx-frontend.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">dmx_section_cb</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct dmx_frontend</span></td></tr></table></div></body></html> 15