You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/recording-daemon/packet.h

11 lines
157 B

#ifndef _PACKET_H_
#define _PACKET_H_
#include "types.h"
void ssrc_free(void *p);
void packet_process(stream_t *, unsigned char *, unsigned len);
#endif