|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| TimeRange | getRange () const |
| SampleRange | getSampleRange () const |
| float | getStretchRatio () const |
| float | getTranspose () const |
| bool | hasFadeIn () const |
| bool | hasFadeOut () const |
| bool | isFollowedBySilence () const |
| HashCode | getHashCode () const |
| bool | operator== (const Segment &) const |
| bool | operator!= (const Segment &) const |
Public Attributes | |
| TimePosition | start |
| TimeDuration | length |
| SampleCount | startSample |
| SampleCount | lengthSample |
| float | stretchRatio |
| float | transpose |
| bool | fadeIn |
| bool | fadeOut |
| bool | followedBySilence |
Definition at line 29 of file tracktion_AudioSegmentList.h.
| HashCode tracktion::engine::AudioSegmentList::Segment::getHashCode | ( | ) | const |
Definition at line 43 of file tracktion_AudioSegmentList.cpp.
| TimeRange tracktion::engine::AudioSegmentList::Segment::getRange | ( | ) | const |
Definition at line 32 of file tracktion_AudioSegmentList.cpp.
| SampleRange tracktion::engine::AudioSegmentList::Segment::getSampleRange | ( | ) | const |
Definition at line 33 of file tracktion_AudioSegmentList.cpp.
| float tracktion::engine::AudioSegmentList::Segment::getStretchRatio | ( | ) | const |
Definition at line 35 of file tracktion_AudioSegmentList.cpp.
| float tracktion::engine::AudioSegmentList::Segment::getTranspose | ( | ) | const |
Definition at line 36 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::hasFadeIn | ( | ) | const |
Definition at line 38 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::hasFadeOut | ( | ) | const |
Definition at line 39 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::isFollowedBySilence | ( | ) | const |
Definition at line 41 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::operator!= | ( | const Segment & | other | ) | const |
Definition at line 64 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::operator== | ( | const Segment & | other | ) | const |
Definition at line 52 of file tracktion_AudioSegmentList.cpp.
| bool tracktion::engine::AudioSegmentList::Segment::fadeIn |
Definition at line 52 of file tracktion_AudioSegmentList.h.
| bool tracktion::engine::AudioSegmentList::Segment::fadeOut |
Definition at line 52 of file tracktion_AudioSegmentList.h.
| bool tracktion::engine::AudioSegmentList::Segment::followedBySilence |
Definition at line 53 of file tracktion_AudioSegmentList.h.
| TimeDuration tracktion::engine::AudioSegmentList::Segment::length |
Definition at line 49 of file tracktion_AudioSegmentList.h.
| SampleCount tracktion::engine::AudioSegmentList::Segment::lengthSample |
Definition at line 50 of file tracktion_AudioSegmentList.h.
| TimePosition tracktion::engine::AudioSegmentList::Segment::start |
Definition at line 48 of file tracktion_AudioSegmentList.h.
| SampleCount tracktion::engine::AudioSegmentList::Segment::startSample |
Definition at line 50 of file tracktion_AudioSegmentList.h.
| float tracktion::engine::AudioSegmentList::Segment::stretchRatio |
Definition at line 51 of file tracktion_AudioSegmentList.h.
| float tracktion::engine::AudioSegmentList::Segment::transpose |
Definition at line 51 of file tracktion_AudioSegmentList.h.