Enum PlaybackStatus¶
Defined in File playback_state.hpp
Enum Documentation¶
-
enum class foxglove::PlaybackStatus : uint8_t¶
The status of server data playback.
Values:
-
enumerator Playing¶
Playing at the requested playback speed.
-
enumerator Paused¶
Playback paused.
-
enumerator Buffering¶
Server is not yet playing back data because it is performing a prerequisite required operation.
-
enumerator Ended¶
The end of the available data has been reached.
-
enumerator Playing¶