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