📄 ima__adpcm_8h-source.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>audio/IMA_ADPCM.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.1 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div><div class="nav"><a class="el" href="dir_000000.html">audio</a></div><h1>IMA_ADPCM.h</h1><a href="IMA__ADPCM_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 00025 <span class="preprocessor">#ifndef __IMA_ADPCM_H__</span>00026 <span class="preprocessor"></span><span class="preprocessor">#define __IMA_ADPCM_H__</span>00027 <span class="preprocessor"></span><a name="l00046"></a><a class="code" href="classIMA__ADPCM.html">00046</a> <span class="keyword">class </span><a class="code" href="classIMA__ADPCM.html">IMA_ADPCM</a>00047 {00048 <span class="keyword">public</span>:00059 <a class="code" href="common_8h.html#a1">IMPORT</a> <span class="keywordtype">void</span> <a class="code" href="classIMA__ADPCM.html#a0">EncodeInit</a>(<a class="code" href="group__integers.html#ga4">int16</a> sample1,<a class="code" href="group__integers.html#ga4">int16</a> sample2);00060 00072 <a class="code" href="common_8h.html#a1">IMPORT</a> <a class="code" href="group__integers.html#ga6">uint</a> <a class="code" href="classIMA__ADPCM.html#a1">Encode</a>(<a class="code" href="group__integers.html#ga4">int16</a> pcm16);00073 00085 <a class="code" href="common_8h.html#a1">IMPORT</a> <span class="keywordtype">int</span> <a class="code" href="classIMA__ADPCM.html#a2">Decode</a>(<a class="code" href="group__integers.html#ga6">uint</a> adpcm);00086 00111 <a class="code" href="common_8h.html#a1">IMPORT</a> <a class="code" href="group__integers.html#ga6">uint</a> <a class="code" href="classIMA__ADPCM.html#a1">Encode</a>(<a class="code" href="group__integers.html#ga0">uint8</a>* dst, <span class="keywordtype">int</span> dstOffset, <span class="keyword">const</span> <a class="code" href="group__integers.html#ga4">int16</a>* src, <a class="code" href="group__integers.html#ga6">uint</a> srcSize);00112 00135 <a class="code" href="common_8h.html#a1">IMPORT</a> <a class="code" href="group__integers.html#ga6">uint</a> <a class="code" href="classIMA__ADPCM.html#a2">Decode</a>(<a class="code" href="group__integers.html#ga4">int16</a>* dst, <span class="keyword">const</span> <a class="code" href="group__integers.html#ga0">uint8</a>* src, <span class="keywordtype">int</span> srcOffset, <a class="code" href="group__integers.html#ga6">uint</a> srcSize);00136 <span class="keyword">public</span>:<a name="l00142"></a><a class="code" href="classIMA__ADPCM.html#o0">00142</a> <a class="code" href="group__integers.html#ga4">int16</a> <a class="code" href="classIMA__ADPCM.html#o0">PredictedValue</a>;00143 <a name="l00149"></a><a class="code" href="classIMA__ADPCM.html#o1">00149</a> <a class="code" href="group__integers.html#ga0">uint8</a> <a class="code" href="classIMA__ADPCM.html#o1">StepIndex</a>;00150 };00151 <span class="comment">// End of group</span>00153 00154 <span class="preprocessor">#endif</span></pre></div><HR><ADDRESS STYLE="align: right;"><SMALL>Generated by <A HREF="http://www.doxygen.org/index.html"><IMG SRC="doxygen.png" ALT="doxygen" ALIGN="middle" BORDER="0"></A> 1.4.1</SMALL></ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -