StreamState Struct
Declaration
struct simaai::neat::graph::strict_sync::PendingVideoStore::StreamState { ... }
Public Member Attributes Index
| std::mutex | mu |
| std::unordered_map< int64_t, PendingFrame > | pending |
| std::deque< int64_t > | order |
| size_t | bytes_total = 0 |
| StreamStats | stats |
Definition at line 55 of file StrictSync.h.
Public Member Attributes
bytes_total
|
Definition at line 59 of file StrictSync.h.
59 size_t bytes_total = 0;
mu
| mutable |
Definition at line 56 of file StrictSync.h.
56 mutable std::mutex mu;
order
|
Definition at line 58 of file StrictSync.h.
58 std::deque<int64_t> order;
pending
|
Definition at line 57 of file StrictSync.h.
57 std::unordered_map<int64_t, PendingFrame> pending;
stats
|
Definition at line 60 of file StrictSync.h.
60 StreamStats stats;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.