module-rtp: Handle Latency and ProcessLatency in stream

This commit is contained in:
Carlos Rafael Giani 2025-09-24 20:18:56 +02:00
parent f1e1f720bf
commit 63df661eff
3 changed files with 86 additions and 42 deletions

View file

@ -82,6 +82,9 @@ int rtp_stream_update_params(struct rtp_stream *stream,
const struct spa_pod **params,
uint32_t n_params);
void rtp_stream_update_process_latency(struct rtp_stream *stream,
const struct spa_process_latency_info *process_latency);
#ifdef __cplusplus
}
#endif