Home
last modified time | relevance | path

Searched refs:rtpp_record_open (Results 1 – 3 of 3) sorted by relevance

/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_command_copy.c63 spa->rtp->stream[idx]->rrc = rtpp_record_open(cf, spa, rname, idx, RECORD_BOTH); in handle_copy()
81 spa->rtp->stream[idx]->rrc = rtpp_record_open(cf, spa, rname, idx, RECORD_RTP); in handle_copy()
89 spa->rtcp->stream[idx]->rrc = rtpp_record_open(cf, spa, rname, idx, RECORD_RTCP); in handle_copy()
H A Drtpp_record.h50 struct rtpp_record *rtpp_record_open(struct cfg *cf, struct rtpp_session *, char *, int, int);
H A Drtpp_record.c155 rtpp_record_open(struct cfg *cf, struct rtpp_session *sp, char *rname, int orig, in rtpp_record_open() function