ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
framebuffer_t Struct Reference

Frame buffer structure for managing video frames. More...

#include <lib/ringbuffer.h>

Data Fields

ringbuffer_trb
 Underlying ring buffer for frame storage.
 
mutex_t mutex
 Mutex for thread-safe access to framebuffer operations.
 

Detailed Description

Frame buffer structure for managing video frames.

Wraps a ring buffer with mutex protection for thread-safe frame management. Used for both single-source and multi-source frame scenarios.

Definition at line 435 of file ringbuffer.h.

Field Documentation

◆ mutex

◆ rb


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