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

Frame source structure for grid layout. More...

#include <lib/video/ascii.h>

Data Fields

const char * frame_data
 Frame data pointer (ASCII frame string, not owned)
 
size_t frame_size
 Frame data size in bytes (length of frame string)
 

Detailed Description

Frame source structure for grid layout.

Contains frame data and size for grid layout operations. Used to combine multiple ASCII frames into a single grid layout.

Note
frame_data points to ASCII frame string (not owned by structure).
frame_size is the size of frame_data in bytes.
Frame data must remain valid during grid creation.

Definition at line 342 of file ascii.h.

Field Documentation

◆ frame_data

const char* ascii_frame_source_t::frame_data

Frame data pointer (ASCII frame string, not owned)

Definition at line 343 of file ascii.h.

Referenced by ascii_create_grid().

◆ frame_size

size_t ascii_frame_source_t::frame_size

Frame data size in bytes (length of frame string)

Definition at line 344 of file ascii.h.

Referenced by ascii_create_grid().


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