FreeCalypso > hg > themwi-rtp-lib
diff include/endp.h @ 24:84d427017d2f
endp: implement RTP Tx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 07:33:48 +0000 |
parents | 587437b62ed5 |
children | f71efdd08c33 |
line wrap: on
line diff
--- a/include/endp.h Sun Jul 07 06:27:56 2024 +0000 +++ b/include/endp.h Sun Jul 07 07:33:48 2024 +0000 @@ -64,3 +64,7 @@ void twrtp_endp_set_remote_ipv4(struct twrtp_endp *endp, const struct in_addr *ip, uint16_t port); + +int twrtp_endp_tx_quantum(struct twrtp_endp *endp, const uint8_t *payload, + unsigned payload_len, uint8_t payload_type, + bool marker, bool send_rtcp);