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/forward.h

10 lines
203 B

#ifndef _FORWARD_H_
#define _FORWARD_H_
#include "types.h"
void start_forwarding_capture(metafile_t *mf, char *meta_info);
int forward_packet(metafile_t *mf, unsigned char *buf, unsigned len);
#endif