* @brief Returns the total number of data frames in the CSV file. */
| 109 | * @brief Returns the total number of data frames in the CSV file. |
| 110 | */ |
| 111 | int CSV::Player::frameCount() const |
| 112 | { |
| 113 | return m_csvData.count(); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * @brief Returns the current CSV row being replayed. |