⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 structure.doxygen

📁 数字电视广播系统mpeg-2的ts流的解复用和分析软件
💻 DOXYGEN
字号:
/*! \page structure Structure of the decoders<p>The PSI decoder and the specific decoder:</p><img src="decoder.png" /><p>Each decoder is split into two entities:</p><ul>  <li>the <em>PSI decoder</em></li>  <li>the <em>specific decoder</em></li></ul><p>The reason of this split is that each PSI section has a commonformat. The main task of the <em>PSI decoder</em> is to get the TSpackets given by the <em>application</em> and send complete PSI sectionsto the <em>specific decoder</em>. The <em>PSI decoder</em> must bereliable on TS discontinuities and signal them to the <em>specificdecoder</em>.</p><p>The task of the <em>specific decoder</em> is to get the PSI sectionsgiven by the <em>PSI decoder</em>, to build complete tables and to sendthem back to the <em>application</em>. At the same time it has to checkTS discontinuities signaled by the <em>PSI decoder</em>. </p><p>The <em>PSI decoder</em> is common to all the decoders wheras the<em>specific decoder</em> must be implemented for all the PSItables.</p>\ref usage*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -