diff include/endp.h @ 27:a0b89c028053

RTP Tx: implement skip operation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Jul 2024 18:39:24 +0000
parents f71efdd08c33
children 3e01a71b7c7c
line wrap: on
line diff
--- a/include/endp.h	Sun Jul 07 18:30:44 2024 +0000
+++ b/include/endp.h	Sun Jul 07 18:39:24 2024 +0000
@@ -68,3 +68,4 @@
 int twrtp_endp_tx_quantum(struct twrtp_endp *endp, const uint8_t *payload,
 			  unsigned payload_len, uint8_t payload_type,
 			  bool marker, bool auto_marker, bool send_rtcp);
+void twrtp_endp_tx_skip(struct twrtp_endp *endp);