comparison include/twjit.h @ 6:668b84c52094

twrtp_jibuf_create(): take quantum_ms & clock_khz arguments
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 21:34:55 +0000
parents d10ea5dc61b3
children 95f6c8ce33b0
comparison
equal deleted inserted replaced
5:1bb26347e253 6:668b84c52094
107 }; 107 };
108 108
109 /* twjit module API functions */ 109 /* twjit module API functions */
110 110
111 struct twrtp_jibuf_inst *twrtp_jibuf_create(void *ctx, uint16_t quantum_ms, 111 struct twrtp_jibuf_inst *twrtp_jibuf_create(void *ctx, uint16_t quantum_ms,
112 uint32_t quantum_ts_inc, 112 uint16_t clock_khz,
113 struct twrtp_jibuf_config *config); 113 struct twrtp_jibuf_config *config);
114 114
115 void twrtp_jibuf_destroy(struct twrtp_jibuf_inst *twjit); 115 void twrtp_jibuf_destroy(struct twrtp_jibuf_inst *twjit);
116 116
117 struct msgb; 117 struct msgb;