FreeCalypso > hg > themwi-rtp-lib
comparison include/fdpair.h @ 17:2a24487453a7
implement twrtp_bind_fdpair()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 00:02:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:58e9719d1a84 | 17:2a24487453a7 |
---|---|
1 /* | |
2 * This header file provides API declaration for twrtp_bind_fdpair() | |
3 * standalone function. | |
4 */ | |
5 | |
6 #pragma once | |
7 | |
8 #include <stdint.h> | |
9 | |
10 int twrtp_bind_fdpair(const char *ip, uint16_t port, int *fd_rtp, int *fd_rtcp); |