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

📄 aflibeditclip_8h-source.html

📁 一个共享源码的音频库5(doc 文档)
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>aflibEditClip.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.15 --><center><a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center><hr><h1>aflibEditClip.h</h1><a href="aflibEditClip_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>00002 <font class="comment"> * Copyright: (C) 1999-2001 Bruce W. Forsberg</font>00003 <font class="comment"> *</font>00004 <font class="comment"> *   This library is free software; you can redistribute it and/or</font>00005 <font class="comment"> *   modify it under the terms of the GNU Lesser General Public</font>00006 <font class="comment"> *   License as published by the Free Software Foundation; either</font>00007 <font class="comment"> *   version 2.1 of the License, or any later version.</font>00008 <font class="comment"> *</font>00009 <font class="comment"> *   This library is distributed in the hope that it will be useful,</font>00010 <font class="comment"> *   but WITHOUT ANY WARRANTY; without even the implied warranty of</font>00011 <font class="comment"> *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</font>00012 <font class="comment"> *   Lesser General Public License for more details.</font>00013 <font class="comment"> *</font>00014 <font class="comment"> *   You should have received a copy of the GNU Lesser General Public</font>00015 <font class="comment"> *   License along with this library; if not, write to the Free Software</font>00016 <font class="comment"> *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA</font>00017 <font class="comment"> *</font>00018 <font class="comment"> *   Bruce Forsberg  forsberg@tns.net</font>00019 <font class="comment"> *</font>00020 <font class="comment"> */</font>00021 00022 00023 <font class="preprocessor">#ifndef _AFLIBEDITCLIP_H_</font>00024 <font class="preprocessor"></font><font class="preprocessor">#define _AFLIBEDITCLIP_H_</font>00025 <font class="preprocessor"></font>00026 00027 <font class="preprocessor">#ifdef HAVE_CONFIG_H</font>00028 <font class="preprocessor"></font><font class="preprocessor">#include &lt;config.h&gt;</font>00029 <font class="preprocessor">#endif</font>00030 <font class="preprocessor"></font>00031 00040 <font class="keyword">class </font><a class="code" href="classaflibEditClip.html">aflibEditClip</a> {00041 00042 <font class="keyword">public</font>:00043 00044    <a class="code" href="classaflibEditClip.html#a0">aflibEditClip</a>();00045 00046    <a class="code" href="classaflibEditClip.html#a0">aflibEditClip</a>(00047       <font class="keywordtype">int</font>  input,00048       <font class="keywordtype">long</font> <font class="keywordtype">long</font> start_samples_o,00049       <font class="keywordtype">long</font> <font class="keywordtype">long</font> stop_samples_o,00050       <font class="keywordtype">long</font> <font class="keywordtype">long</font> start_samples_i,00051       <font class="keywordtype">long</font> <font class="keywordtype">long</font> stop_samples_i,00052       <font class="keywordtype">double</font>    sample_rate_factor);00053 00054    <a class="code" href="classaflibEditClip.html#a2">~aflibEditClip</a>();00055 00056    <font class="keywordtype">bool</font>00057    <a class="code" href="classaflibEditClip.html#a3">operator &lt; </a>(<font class="keyword">const</font> <a class="code" href="classaflibEditClip.html">aflibEditClip</a>&amp; clip) <font class="keyword">const</font>;00058 00059    <font class="keywordtype">void</font>00060    <a class="code" href="classaflibEditClip.html#a4">setInput</a>(<font class="keywordtype">int</font> input);00061 00062    <font class="keywordtype">int</font>00063    <a class="code" href="classaflibEditClip.html#a5">getInput</a>() <font class="keyword">const</font>;00064 00065    <font class="keywordtype">void</font>00066    <a class="code" href="classaflibEditClip.html#a6">setStartSamplesOutput</a>(<font class="keywordtype">long</font> <font class="keywordtype">long</font> start_samples_o);00067 00068    <font class="keywordtype">long</font> <font class="keywordtype">long</font>00069    <a class="code" href="classaflibEditClip.html#a7">getStartSamplesOutput</a>() <font class="keyword">const</font>;00070 00071    <font class="keywordtype">void</font>00072    <a class="code" href="classaflibEditClip.html#a8">setStopSamplesOutput</a>(<font class="keywordtype">long</font> <font class="keywordtype">long</font> stop_samples_o);00073 00074    <font class="keywordtype">long</font> <font class="keywordtype">long</font>00075    <a class="code" href="classaflibEditClip.html#a9">getStopSamplesOutput</a>() <font class="keyword">const</font>;00076 00077    <font class="keywordtype">void</font>00078    <a class="code" href="classaflibEditClip.html#a10">setStartSamplesInput</a>(<font class="keywordtype">long</font> <font class="keywordtype">long</font> start_samples_i);00079 00080    <font class="keywordtype">long</font> <font class="keywordtype">long</font>00081    <a class="code" href="classaflibEditClip.html#a11">getStartSamplesInput</a>() <font class="keyword">const</font>;00082 00083    <font class="keywordtype">void</font>00084    <a class="code" href="classaflibEditClip.html#a12">setStopSamplesInput</a>(<font class="keywordtype">long</font> <font class="keywordtype">long</font> stop_samples_i);00085 00086    <font class="keywordtype">long</font> <font class="keywordtype">long</font>00087    <a class="code" href="classaflibEditClip.html#a13">getStopSamplesInput</a>() <font class="keyword">const</font>;00088 00089    <font class="keywordtype">void</font>00090    <a class="code" href="classaflibEditClip.html#a14">setSampleRateFactor</a>(<font class="keywordtype">double</font> sample_rate_factor);00091 00092    <font class="keywordtype">double</font>00093    <a class="code" href="classaflibEditClip.html#a15">getSampleRateFactor</a>() <font class="keyword">const</font>;00094 00095    <font class="keywordtype">int</font>00096    <a class="code" href="classaflibEditClip.html#a16">compare</a>(<font class="keyword">const</font> <a class="code" href="classaflibEditClip.html">aflibEditClip</a>&amp; clip);00097 00098 00099 <font class="keyword">private</font>:00100 00101 <font class="keywordtype">int</font>       _input_id;00102 <font class="keywordtype">long</font> <font class="keywordtype">long</font> _output_start_samples;00103 <font class="keywordtype">long</font> <font class="keywordtype">long</font> _output_stop_samples;00104 <font class="keywordtype">long</font> <font class="keywordtype">long</font> _input_start_samples;00105 <font class="keywordtype">long</font> <font class="keywordtype">long</font> _input_stop_samples;00106 <font class="keywordtype">double</font>    _sample_rate_factor;00107 00108 };00109 00110 00111 <font class="preprocessor">#endif</font></pre></div><hr><address align="right"><small>Generated on Wed May 8 20:51:06 2002 for Open Source Audio Library Project by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.15 </small></address></body></html>

⌨️ 快捷键说明

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