arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
PacedVideoOutput::FrameHeader Struct Reference

#include <PacedVideoOutput.h>

Public Attributes

uint8_t is_key = 0
 
uint32_t size = 0
 
uint32_t target_ms = 0
 

Detailed Description

Fixed-size POD record prefixed to each frame's bytes in 'queue' - RingBufferSPSC itself is just a raw byte stream with no concept of "one message", so write()/taskLoop() build one on top of it.

Member Data Documentation

◆ is_key

uint8_t is_key = 0

◆ size

uint32_t size = 0

◆ target_ms

uint32_t target_ms = 0

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