comparison include/twjit.h @ 16:58e9719d1a84

twjit: add reset function
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 22:00:06 +0000
parents 355de6301404
children
comparison
equal deleted inserted replaced
15:355de6301404 16:58e9719d1a84
142 void twrtp_jibuf_set_ts_quant(struct twrtp_jibuf_inst *twjit, 142 void twrtp_jibuf_set_ts_quant(struct twrtp_jibuf_inst *twjit,
143 uint16_t clock_khz, uint16_t quantum_ms); 143 uint16_t clock_khz, uint16_t quantum_ms);
144 144
145 void twrtp_jibuf_destroy(struct twrtp_jibuf_inst *twjit); 145 void twrtp_jibuf_destroy(struct twrtp_jibuf_inst *twjit);
146 146
147 void twrtp_jibuf_reset(struct twrtp_jibuf_inst *twjit);
148
147 struct msgb; 149 struct msgb;
148 150
149 /* RTP input, takes ownership of msgb */ 151 /* RTP input, takes ownership of msgb */
150 void twrtp_jibuf_input(struct twrtp_jibuf_inst *twjit, struct msgb *msg); 152 void twrtp_jibuf_input(struct twrtp_jibuf_inst *twjit, struct msgb *msg);
151 153