|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
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) | |
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.
| 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().
| 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().