Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
SCRUBBING_PIXEL_TOLERANCE | |
kOneSecondCountdown | |
Definition at line 44 of file Scrubbing.cpp.
44 {
45
46
47
49
50#ifdef EXPERIMENTAL_SCRUBBING_SCROLL_WHEEL
51 ScrubSpeedStepsPerOctave = 4,
52#endif
53
56};
static constexpr auto ScrubPollInterval
@ SCRUBBING_PIXEL_TOLERANCE
◆ HasWaveDataFlag()
◆ ScrubbingPlaybackPolicyFactory()
Definition at line 342 of file Scrubbing.cpp.
343{
344 return [options](auto&) -> std::unique_ptr<PlaybackPolicy>
345 {
346 return std::make_unique<ScrubbingPlaybackPolicy>(options);
347 };
348}
◆ 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 235 of file Scrubbing.cpp.
Referenced by HasWaveDataFlag().
◆ key
◆ MinStutter