Audacity 3.2.0
Classes | Variables
ScrubState.h File Reference
#include "PlaybackSchedule.h"
#include "SampleCount.h"
Include dependency graph for ScrubState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScrubbingOptions
 
class  ScrubbingPlaybackPolicy
 
struct  ScrubState
 

Variables

static constexpr auto ScrubPollInterval = std::chrono::milliseconds{50}
 

Detailed Description


Audacity: A Digital Audio Editor

Paul Licameli split from AudioIO.cpp

Definition in file ScrubState.h.

Variable Documentation

◆ ScrubPollInterval

constexpr auto ScrubPollInterval = std::chrono::milliseconds{50}
staticconstexpr

Definition at line 109 of file ScrubState.h.

Referenced by ScrubbingPlaybackPolicy::SleepInterval().