|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| bool | isAutomatic () const |
| Returns true if this is an automatic loop point. | |
Public Attributes | |
| SampleCount | pos |
| The sample position of the loop point. | |
| LoopPointType | type |
| The type of the loop point. | |
Definition at line 105 of file tracktion_LoopInfo.h.
| bool tracktion::engine::LoopInfo::LoopPoint::isAutomatic | ( | ) | const |
Returns true if this is an automatic loop point.
Definition at line 111 of file tracktion_LoopInfo.h.
| SampleCount tracktion::engine::LoopInfo::LoopPoint::pos |
The sample position of the loop point.
Definition at line 107 of file tracktion_LoopInfo.h.
| LoopPointType tracktion::engine::LoopInfo::LoopPoint::type |
The type of the loop point.
Definition at line 108 of file tracktion_LoopInfo.h.