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

Method SetPlayStartTime

libraries/lib-wave-track/WaveClip.cpp:1776–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1774}
1775
1776void WaveClip::SetPlayStartTime(double time)
1777{
1778 SetSequenceStartTime(time - mTrimLeft);
1779}
1780
1781double WaveClip::GetPlayEndTime() const
1782{

Callers 6

GetRenderedCopyFunction · 0.80
CopyPartOfClipMethod · 0.80
ReverseMethod · 0.80
ApplyMethod · 0.80
changeClipStartTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected