|
TracktionEngine
|
#include <tracktion_LoopInfo.h>
Public Member Functions | |
| bool | isAutomatic () const |
| Returns true if this is an automatic loop point. | |
Public Attributes | |
| SampleCount | pos = 0 |
| The sample position of the loop point. | |
| LoopPointType | type = LoopPointType::manual |
| The type of the loop point. | |
| bool tracktion::engine::LoopInfo::LoopPoint::isAutomatic | ( | ) | const |
Returns true if this is an automatic loop point.
References tracktion::engine::LoopInfo::automatic, and type.
| SampleCount tracktion::engine::LoopInfo::LoopPoint::pos = 0 |
The sample position of the loop point.
| LoopPointType tracktion::engine::LoopInfo::LoopPoint::type = LoopPointType::manual |
The type of the loop point.
Referenced by isAutomatic().