#include <buffer.h>
Public Attributes | |
int | header |
packet header, 4 bytes, user-defined. ex: "pkhd" | |
unsigned | size |
packet size, 4 bytes, size of bytes. Max size=4GB | |
unsigned | start_time |
packet start time, 4 bytes | |
unsigned | duration |
packet duration, 4 bytes | |
char | priority |
packet priority, 1 bytes | |
void * | data |
data in the packet. |