* @brief Returns index of the frame that will be returned by the next call of ReadNextFrame * * @return int Index of the next frame to be read */
| 360 | * @return int Index of the next frame to be read |
| 361 | */ |
| 362 | int NextFrameIdx() { return next_frame_idx_; } |
| 363 | |
| 364 | /** |
| 365 | * @brief Returns true if the index was built. |
no outgoing calls
no test coverage detected