aflibeditclip.3

来自「一个共享源码的音频库5(doc 文档)」· 3 代码 · 共 168 行

3
168
字号
.TH "aflibEditClip" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibEditClip \- Data class used by \fBaflibAudioEdit\fP. .SH SYNOPSIS.br.PP\fC#include <aflibEditClip.h>\fP.PP.SS "Public Methods".in +1c.ti -1c.RI "\fBaflibEditClip\fP ()".br.RI "\fIConstructor.\fP".ti -1c.RI "\fBaflibEditClip\fP (int input, long long start_samples_o, long long stop_samples_o, long long start_samples_i, long long stop_samples_i, double sample_rate_factor)".br.RI "\fIConstructor with parameters.\fP".ti -1c.RI "\fB~aflibEditClip\fP ()".br.RI "\fIDestructor.\fP".ti -1c.RI "bool \fBoperator<\fP (const aflibEditClip &clip) const".br.RI "\fIOperator to determine what clip is before another in output space.\fP".ti -1c.RI "void \fBsetInput\fP (int input)".br.RI "\fISet the input that a clip uses.\fP".ti -1c.RI "int \fBgetInput\fP () const".br.RI "\fIGet the input that a clip uses.\fP".ti -1c.RI "void \fBsetStartSamplesOutput\fP (long long start_samples_o)".br.RI "\fISets the start samples location for the output.\fP".ti -1c.RI "long long \fBgetStartSamplesOutput\fP () const".br.RI "\fIGets the start samples location for the output.\fP".ti -1c.RI "void \fBsetStopSamplesOutput\fP (long long stop_samples_o)".br.RI "\fISets the stop samples location for the output.\fP".ti -1c.RI "long long \fBgetStopSamplesOutput\fP () const".br.RI "\fIGets the stop samples location for the output.\fP".ti -1c.RI "void \fBsetStartSamplesInput\fP (long long start_samples_i)".br.RI "\fISets the start samples location for the input.\fP".ti -1c.RI "long long \fBgetStartSamplesInput\fP () const".br.RI "\fIGets the start samples location for the input.\fP".ti -1c.RI "void \fBsetStopSamplesInput\fP (long long stop_samples_i)".br.RI "\fISets the stop samples location for the input.\fP".ti -1c.RI "long long \fBgetStopSamplesInput\fP () const".br.RI "\fIGets the stop samples location for the input.\fP".ti -1c.RI "void \fBsetSampleRateFactor\fP (double sample_rate_factor)".br.RI "\fISets the sample rate conversion factor.\fP".ti -1c.RI "double \fBgetSampleRateFactor\fP () const".br.RI "\fIGets the sample rate conversion factor.\fP".ti -1c.RI "int \fBcompare\fP (const aflibEditClip &clip)".br.RI "\fICompares two date / time objects.\fP".in -1c.SH "DETAILED DESCRIPTION".PP Data class used by \fBaflibAudioEdit\fP..PPThis stores an audio segment by the start and stop samples for the input and output. It will also compare two objects and determine which one is before the other. .PP.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION".PP .SS "aflibEditClip::aflibEditClip ()".PPConstructor..PP.SS "aflibEditClip::aflibEditClip (int input, long long start_samples_o, long long stop_samples_o, long long start_samples_i, long long stop_samples_i, double sample_rate_factor)".PPConstructor with parameters..PP.SS "aflibEditClip::~aflibEditClip ()".PPDestructor..PP.SH "MEMBER FUNCTION DOCUMENTATION".PP .SS "int aflibEditClip::compare (const aflibEditClip & clip)".PPCompares two date / time objects..PPThis function will compare an audio clip with this one. It will return one of three possible values.  -1 : 'this' clip is before 'clip' clip sequentially.  0 : 'this' starts within 'clip' clip 1 : 'this' clip is after 'clip' clip .SS "int aflibEditClip::getInput () const".PPGet the input that a clip uses..PP.SS "double aflibEditClip::getSampleRateFactor () const".PPGets the sample rate conversion factor..PP.SS "long long aflibEditClip::getStartSamplesInput () const".PPGets the start samples location for the input..PP.SS "long long aflibEditClip::getStartSamplesOutput () const".PPGets the start samples location for the output..PP.SS "long long aflibEditClip::getStopSamplesInput () const".PPGets the stop samples location for the input..PP.SS "long long aflibEditClip::getStopSamplesOutput () const".PPGets the stop samples location for the output..PP.SS "bool aflibEditClip::operator< (const aflibEditClip & clip) const".PPOperator to determine what clip is before another in output space..PP.SS "void aflibEditClip::setInput (int input)".PPSet the input that a clip uses..PP.SS "void aflibEditClip::setSampleRateFactor (double sample_rate_factor)".PPSets the sample rate conversion factor..PPIf an input is at 22050 Hz and the output will be 44100 then the sample rate conversion factor will be 2.0. Thus there will be twice as many samples in the output as are in the input. .SS "void aflibEditClip::setStartSamplesInput (long long start_samples_i)".PPSets the start samples location for the input..PP.SS "void aflibEditClip::setStartSamplesOutput (long long start_samples_o)".PPSets the start samples location for the output..PP.SS "void aflibEditClip::setStopSamplesInput (long long stop_samples_i)".PPSets the stop samples location for the input..PP.SS "void aflibEditClip::setStopSamplesOutput (long long stop_samples_o)".PPSets the stop samples location for the output..PP.SH "AUTHOR".PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.

⌨️ 快捷键说明

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