MCPcopy Create free account
hub / github.com/audacity/audacity / GetStartTime

Method GetStartTime

libraries/lib-track/Track.cpp:781–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781double TrackList::GetStartTime() const
782{
783 return Accumulate(*this, &Track::GetStartTime,
784 std::numeric_limits<double>::max(), std::min);
785}
786
787double TrackList::GetEndTime() const
788{

Callers 15

ModifiedAnalysisTrackMethod · 0.45
GetBoundsMethod · 0.45
MixAndRenderFunction · 0.45
ProcessOneMethod · 0.45
ProcessPassMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
DeduceFrequenciesMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45

Calls 2

maxFunction · 0.85
AccumulateFunction · 0.70

Tested by

no test coverage detected