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 51 of file AutoDuckBase.cpp.

Constructor & Destructor Documentation

◆ AutoDuckRegion()

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

Definition at line 53 of file AutoDuckBase.cpp.

54 {
55 this->t0 = t0;
56 this->t1 = t1;
57 }

References t0, and t1.

Member Data Documentation

◆ t0

double AutoDuckRegion::t0

Definition at line 59 of file AutoDuckBase.cpp.

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

◆ t1

double AutoDuckRegion::t1

Definition at line 60 of file AutoDuckBase.cpp.

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


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