usage.doxygen
来自「libdvbpsi4-0.1.5版本」· DOXYGEN 代码 · 共 33 行
DOXYGEN
33 行
/*! \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 + =
减小字号Ctrl + -
显示快捷键?