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/include/homer.h

14 lines
290 B

#ifndef __HOMER_H__
#define __HOMER_H__
#include "socket.h"
#define PROTO_RTCP_JSON 0x05
void homer_sender_init(const endpoint_t *, int, int);
int homer_send(GString *, const str *, const endpoint_t *, const endpoint_t *,
const struct timeval *, int);
int has_homer(void);
#endif