Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
SCRUBBING_PIXEL_TOLERANCE | |
kOneSecondCountdown | |
Definition at line 45 of file Scrubbing.cpp.
45 {
46
47
48
50
51#ifdef EXPERIMENTAL_SCRUBBING_SCROLL_WHEEL
52 ScrubSpeedStepsPerOctave = 4,
53#endif
54
57};
static constexpr auto ScrubPollInterval
@ SCRUBBING_PIXEL_TOLERANCE
◆ HasWaveDataFlag()
◆ ScrubbingPlaybackPolicyFactory()
Definition at line 350 of file Scrubbing.cpp.
351{
352 return [options](auto&) -> std::unique_ptr<PlaybackPolicy>
353 {
354 return std::make_unique<ScrubbingPlaybackPolicy>(options);
355 };
356}
◆ HasWaveDataPred
const auto HasWaveDataPred |
|
static |
Initial value:=
};
return !range.empty();
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
auto Any() -> TrackIterRange< TrackType >
static TrackList & Get(AudacityProject &project)
A Track that contains audio waveform data.
double GetStartTime() const override
Get the time at which the first clip in the track starts.
double GetEndTime() const override
Get the time at which the last clip in the track ends, plus recorded stuff.
Definition at line 243 of file Scrubbing.cpp.
Referenced by HasWaveDataFlag().
◆ key
◆ MinStutter