comparison librtpalloc/rtp_alloc_simple.h @ 184:f8c40090a0a8

librtpalloc: new library for talking to themwi-rtp-mgr
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Mar 2023 23:48:14 -0800
parents
children
comparison
equal deleted inserted replaced
183:3962d9345a09 184:f8c40090a0a8
1 /*
2 * This header file defines the library interface for "simple"
3 * RTP endpoint allocation.
4 */
5
6 struct rtp_alloc_simple {
7 struct sockaddr_storage gsm_addr;
8 int gsm_rtp_fd;
9 int gsm_rtcp_fd;
10 struct sockaddr_storage pstn_addr;
11 int pstn_rtp_fd;
12 int pstn_rtcp_fd;
13 };