comparison 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
comparison
equal deleted inserted replaced
26:f71efdd08c33 27:a0b89c028053
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 auto_marker, bool send_rtcp); 70 bool marker, bool auto_marker, bool send_rtcp);
71 void twrtp_endp_tx_skip(struct twrtp_endp *endp);