diff include/endp.h @ 26:f71efdd08c33

RTP Tx: add auto_marker mode of operation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Jul 2024 18:30:44 +0000
parents 84d427017d2f
children a0b89c028053
line wrap: on
line diff
--- a/include/endp.h	Sun Jul 07 17:41:19 2024 +0000
+++ b/include/endp.h	Sun Jul 07 18:30:44 2024 +0000
@@ -67,4 +67,4 @@
 
 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);
+			  bool marker, bool auto_marker, bool send_rtcp);