Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
AutoDuckRegion Class Reference

a struct that holds a start and end time. More...

Public Member Functions

 AutoDuckRegion (double t0, double t1)
 

Public Attributes

double t0
 
double t1
 

Detailed Description

a struct that holds a start and end time.

Definition at line 62 of file AutoDuck.cpp.

Constructor & Destructor Documentation

◆ AutoDuckRegion()

AutoDuckRegion::AutoDuckRegion ( double  t0,
double  t1 
)
inline

Definition at line 64 of file AutoDuck.cpp.

65 {
66 this->t0 = t0;
67 this->t1 = t1;
68 }

References t0, and t1.

Member Data Documentation

◆ t0

double AutoDuckRegion::t0

Definition at line 70 of file AutoDuck.cpp.

Referenced by AutoDuckRegion(), and EffectAutoDuck::Process().

◆ t1

double AutoDuckRegion::t1

Definition at line 71 of file AutoDuck.cpp.

Referenced by AutoDuckRegion(), and EffectAutoDuck::Process().


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