backend and frontend: port frame sending to flatbuffers

This commit is contained in:
2025-08-10 21:02:03 -06:00
parent 209c1cffc4
commit 7afd8db8d8
17 changed files with 1230 additions and 79 deletions
+9
View File
@@ -0,0 +1,9 @@
// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export { DecodeUnit } from './video-update/decode-unit.js';
export { FrameType } from './video-update/frame-type.js';
export { Setup } from './video-update/setup.js';
export { Update } from './video-update/update.js';
export { VideoUpdate } from './video-update/video-update.js';