www.pudn.com > RTP通用开发库(for Linux).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