[idd] capture: restore direct software publication

This commit is contained in:
Geoffrey McRae
2026-08-15 02:28:26 +10:00
parent 97b249b49b
commit a373df7705
6 changed files with 284 additions and 946 deletions

View File

@@ -58,7 +58,7 @@ public:
virtual bool NeedsFrame() const = 0;
virtual bool GetFramePlan(
uint64_t now, bool productReady, FramePlan& plan) = 0;
virtual bool GetImmediateFramePlan(
virtual bool GetImmediatePrimaryFramePlan(
uint64_t now, FramePlan& plan) = 0;
virtual void MissFramePlan(const FramePlan& plan, uint64_t now) = 0;