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

Stream header packet structure. More...

#include <lib/network/packet.h>

Data Fields

uint32_t client_id
 Client ID that this stream originates from (1-9)
 
uint32_t stream_type
 Stream type bitmask (STREAM_TYPE_VIDEO | STREAM_TYPE_AUDIO)
 
uint32_t timestamp
 Timestamp when frame/audio was captured (milliseconds since epoch)
 

Detailed Description

Stream header packet structure.

Header prepended to media streams (video/audio) to identify source client and stream characteristics. Used when multiple clients are streaming.

Definition at line 564 of file packet.h.


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