MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isPlaying

Method isPlaying

app/src/CSV/Player.cpp:99–102  ·  view source on GitHub ↗

* @brief Returns whether playback is currently active. */

Source from the content-addressed store, hash-verified

97 * @brief Returns whether playback is currently active.
98 */
99bool CSV::Player::isPlaying() const
100{
101 return m_playing;
102}
103
104//--------------------------------------------------------------------------------------------------
105// Frame information

Callers 4

setPausedMethod · 0.45
getStatusMethod · 0.45
setPausedMethod · 0.45
getStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected