comparison 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
comparison
equal deleted inserted replaced
25:e67b3bb87d1b 26:f71efdd08c33
65 void twrtp_endp_set_remote_ipv4(struct twrtp_endp *endp, 65 void twrtp_endp_set_remote_ipv4(struct twrtp_endp *endp,
66 const struct in_addr *ip, uint16_t port); 66 const struct in_addr *ip, uint16_t port);
67 67
68 int twrtp_endp_tx_quantum(struct twrtp_endp *endp, const uint8_t *payload, 68 int twrtp_endp_tx_quantum(struct twrtp_endp *endp, const uint8_t *payload,
69 unsigned payload_len, uint8_t payload_type, 69 unsigned payload_len, uint8_t payload_type,
70 bool marker, bool send_rtcp); 70 bool marker, bool auto_marker, bool send_rtcp);