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

Method playbackPosition

au4/src/context/internal/playbackstate.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34au::audio::secs_t PlaybackState::playbackPosition() const
35{
36 return m_player ? m_player->playbackPosition() : audio::secs_t(0.0);
37}
38
39muse::async::Channel<au::audio::secs_t> PlaybackState::playbackPositionChanged() const
40{

Callers 4

doGlobalSplitMethod · 0.45
pasteMethod · 0.45
trackSplitMethod · 0.45
pasteIntoNewTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected