Skip to main content

StreamState Struct

Declaration

struct simaai::neat::graph::strict_sync::PendingVideoStore::StreamState { ... }

Public Member Attributes Index

std::mutexmu
std::unordered_map< int64_t, PendingFrame >pending
std::deque< int64_t >order
size_tbytes_total = 0
StreamStatsstats

Definition at line 55 of file StrictSync.h.

Public Member Attributes

bytes_total

size_t simaai::neat::graph::strict_sync::PendingVideoStore::StreamState::bytes_total = 0

Definition at line 59 of file StrictSync.h.

59 size_t bytes_total = 0;

mu

std::mutex simaai::neat::graph::strict_sync::PendingVideoStore::StreamState::mu
mutable

Definition at line 56 of file StrictSync.h.

56 mutable std::mutex mu;

order

std::deque<int64_t> simaai::neat::graph::strict_sync::PendingVideoStore::StreamState::order

Definition at line 58 of file StrictSync.h.

58 std::deque<int64_t> order;

pending

std::unordered_map<int64_t, PendingFrame> simaai::neat::graph::strict_sync::PendingVideoStore::StreamState::pending

Definition at line 57 of file StrictSync.h.

57 std::unordered_map<int64_t, PendingFrame> pending;

stats

StreamStats simaai::neat::graph::strict_sync::PendingVideoStore::StreamState::stats

Definition at line 60 of file StrictSync.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.