Declaration
class simaai::neat::graph::strict_sync::PendingVideoStore { ... }
Public Constructors Index
Public Member Functions Index
| bool | enqueue (size_t idx, int64_t frame_id, simaai::neat::Sample &&sample, int64_t cap_ms, size_t bytes) |
|
|
|
| std::optional< PendingFrame > | take (size_t idx, int64_t frame_id) |
|
|
|
| StreamStats | stats (size_t idx) const |
|
|
|
Private Member Attributes Index
Definition at line 27 of file StrictSync.h.
Public Constructors
PendingVideoStore()
| simaai::neat::graph::strict_sync::PendingVideoStore::PendingVideoStore (size_t streams) |
|
explicit
|
Public Member Functions
enqueue()
| bool simaai::neat::graph::strict_sync::PendingVideoStore::enqueue (size_t idx, int64_t frame_id, simaai::neat::Sample && sample, int64_t cap_ms, size_t bytes) |
|
stats()
| StreamStats simaai::neat::graph::strict_sync::PendingVideoStore::stats (size_t idx) |
|
take()
| std::optional<PendingFrame> simaai::neat::graph::strict_sync::PendingVideoStore::take (size_t idx, int64_t frame_id) |
|
Private Member Attributes
states_
| std::vector<StreamState> simaai::neat::graph::strict_sync::PendingVideoStore::states_ |
|
Definition at line 63 of file StrictSync.h.
63 std::vector<StreamState> states_;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.