Audacity 3.2.0
Public Member Functions | List of all members
TimeWarper Class Referenceabstract

Transforms one point in time to another point. For example, a time stretching effect might use one to keep track of what happens to labels and split points in the input. More...

#include <TimeWarper.h>

Inheritance diagram for TimeWarper:
[legend]

Public Member Functions

virtual ~TimeWarper ()
 
virtual double Warp (double originalTime) const =0
 

Detailed Description

Transforms one point in time to another point. For example, a time stretching effect might use one to keep track of what happens to labels and split points in the input.

Definition at line 61 of file TimeWarper.h.

Constructor & Destructor Documentation

◆ ~TimeWarper()

TimeWarper::~TimeWarper ( )
virtualdefault

Member Function Documentation

◆ Warp()

virtual double TimeWarper::Warp ( double  originalTime) const
pure virtual

The documentation for this class was generated from the following files: