FreeCalypso > hg > themwi-rtp-lib
view include/fdpair.h @ 28:defe58aa537c
RTP Tx: count stats for RTCP SR
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 08 Jul 2024 01:59:49 +0000 |
| parents | 2a24487453a7 |
| children |
line wrap: on
line source
/* * This header file provides API declaration for twrtp_bind_fdpair() * standalone function. */ #pragma once #include <stdint.h> int twrtp_bind_fdpair(const char *ip, uint16_t port, int *fd_rtp, int *fd_rtcp);
