www.pudn.com > streamrtp.rar > packet.h
/*------------------------------------------------------------------------- * packet.h *------------------------------------------------------------------------- */ #ifndef PACKET_H #define PACKET_H #include#include /* * Note: There are no extra parameters for packet type. * There are no extra read parameters for packet type. */ int packread(struct synsession *, struct synstream *, struct timespec *, mediatime_t *, char *, int); #endif