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

📄 a00078.html

📁 mpeg4编解码器
💻 HTML
📖 第 1 页 / 共 2 页
字号:
          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Returns the current frame's number (if available). <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="a00078.html#a3">Is_Frame_Ready</a> <p><a class="el" href="a00078.html#a0">Decode</a> </dd></dl>    </td>  </tr></table><a class="anchor" name="a3" doxytag="SKL_MP4_DEC::Is_Frame_Ready" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual int SKL_MP4_DEC::Is_Frame_Ready </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Returns true if the current frame is finished decoding <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="a00078.html#a0">Decode</a> </dd></dl>    </td>  </tr></table><a class="anchor" name="a6" doxytag="SKL_MP4_DEC::Set_CPU" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void SKL_MP4_DEC::Set_CPU </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="a00101.html#a15">SKL_CPU_FEATURE</a>&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>Cpu</em> = SKL_CPU_DETECT          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the CPU feature to use. <dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign=top><em>Cpu</em>&nbsp;</td><td>: see the enum description for a list of available cpu features. </td></tr>  </table></dl>    </td>  </tr></table><a class="anchor" name="a5" doxytag="SKL_MP4_DEC::Set_Memory_Manager" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual <a class="el" href="a00074.html">SKL_MEM_I</a>* SKL_MP4_DEC::Set_Memory_Manager </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="a00074.html">SKL_MEM_I</a> *&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>Mem</em> = 0          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Set a new memory pool to use internally for subsequent memory allocation. Warning: it should preferably be called at start-up only, to ensure that cycles of New()/Delete() are performed on the same memory pool. <dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign=top><em>Mem</em>&nbsp;</td><td>The memory pool to use. If equal to 0 (default), the C++ heap will be used. </td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>This function will return the previous memory manager. </dd></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="a00074.html">SKL_MEM_I</a> </dd></dl>    </td>  </tr></table><a class="anchor" name="a7" doxytag="SKL_MP4_DEC::Set_Slicer" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void SKL_MP4_DEC::Set_Slicer </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="a00110.html#a9">SKL_MP4_SLICER</a>&nbsp;</td>          <td class="mdname" nowrap> <em>Slicer</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap><a class="el" href="a00094.html#a17">SKL_ANY</a>&nbsp;</td>          <td class="mdname" nowrap> <em>Slicer_Data</em> = 0</td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Set post-decoding hook function. @ see SKL_MP4_SLICER <dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign=top><em>Slicer</em>&nbsp;</td><td>callback function to use </td></tr>    <tr><td valign=top><em>Slicer_Data</em>&nbsp;</td><td>can be anything, and will be passed as is to the Slicer hook function. </td></tr>  </table></dl>    </td>  </tr></table><hr><h2>Friends And Related Function Documentation</h2><a class="anchor" name="n1" doxytag="SKL_MP4_DEC::Skl_MP4_Delete_Decoder" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void Skl_MP4_Delete_Decoder </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="a00078.html">SKL_MP4_DEC</a> *&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [friend]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Factory for deleting SKL_MP4_DEC class instances     </td>  </tr></table><a class="anchor" name="n0" doxytag="SKL_MP4_DEC::Skl_MP4_New_Decoder" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="a00078.html">SKL_MP4_DEC</a>* Skl_MP4_New_Decoder </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [friend]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Factory for instantiating SKL_MP4_DEC class     </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="a00109.html">skl_mpg4.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Wed Mar 31 17:33:28 2004 for Sklmp4 MPEG-4 library by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.4 </small></address></body></html>

⌨️ 快捷键说明

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