Skip to main content

PendingFrame Struct

Frame held in the store while awaiting a matching metadata token. More...

Declaration

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

Included Headers

#include <StrictSync.h>

Public Member Attributes Index

simaai::neat::Samplesample

Held sample. More...

int64_tcap_ms = -1

Per-frame timeout in ms; -1 disables. More...

size_tbytes = 0

Sample size in bytes (for memory accounting). More...

Description

Frame held in the store while awaiting a matching metadata token.

Definition at line 41 of file StrictSync.h.

Public Member Attributes

bytes

size_t simaai::neat::graph::strict_sync::PendingVideoStore::PendingFrame::bytes = 0

Sample size in bytes (for memory accounting).

Definition at line 44 of file StrictSync.h.

44 size_t bytes = 0;

cap_ms

int64_t simaai::neat::graph::strict_sync::PendingVideoStore::PendingFrame::cap_ms = -1

Per-frame timeout in ms; -1 disables.

Definition at line 43 of file StrictSync.h.

43 int64_t cap_ms = -1;

sample

simaai::neat::Sample simaai::neat::graph::strict_sync::PendingVideoStore::PendingFrame::sample

Held sample.

Definition at line 42 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.8.