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

📄 usage.doxygen

📁 libdvbpsi4-0.1.5版本
💻 DOXYGEN
字号:
/*! \page usage API usage<p>When the application needs a new decoder it just has to call the<em>dvbpsi_AttachXXX()</em> function where XXX is the name of the table(ex: dvbpsi_AttachPAT()). The function returns a handle on the newdecoder.</p><p>Then the application has to send the TS packets needed by the decoderby calling the dvbpsi_PushPacket() function. If a new table is completethen the decoder calls the callback specified by the application when itcalled <em>dvbpsi_AttachXXX()</em>.</p><p>When the application don't need the decoder anymore it just has tocall the <em>dvbpsi_DetachXXX()</em> function (ex:dvbpsi_DetachPAT()).</p><p>In this version of <em>libdvbpsi</em> the descriptors aren't decoded.These decoders will come in the next release.</p><p>For specific tools, the best to do is to have a look at the includefile:</p><ul>  <li>Program Specific Information: psi.h</li>  <li>Descriptors: descriptor.h</li>  <li>Program Association Table: pat.h</li>  <li>Program Map Table: pmt.h</li></ul>\ref structure*/

⌨️ 快捷键说明

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