Audacity 3.2.0
|
No change before the specified region; during the region, warp according to the given warper; after the region, constant shift so as to match at the end of the warped region. More...
#include <TimeWarper.h>
Public Member Functions | |
RegionTimeWarper (double tStart, double tEnd, std::unique_ptr< TimeWarper > &&warper) | |
virtual | ~RegionTimeWarper () |
double | Warp (double originalTime) const override |
Public Member Functions inherited from TimeWarper | |
virtual | ~TimeWarper () |
virtual double | Warp (double originalTime) const =0 |
Private Attributes | |
std::unique_ptr< TimeWarper > | mWarper |
double | mTStart |
double | mTEnd |
double | mOffset |
No change before the specified region; during the region, warp according to the given warper; after the region, constant shift so as to match at the end of the warped region.
Definition at line 191 of file TimeWarper.h.
|
inline |
Definition at line 199 of file TimeWarper.h.
|
inlinevirtual |
Definition at line 203 of file TimeWarper.h.
|
inlineoverridevirtual |
Implements TimeWarper.
Definition at line 204 of file TimeWarper.h.
|
private |
Definition at line 197 of file TimeWarper.h.
|
private |
Definition at line 196 of file TimeWarper.h.
|
private |
Definition at line 195 of file TimeWarper.h.
|
private |
Definition at line 194 of file TimeWarper.h.