mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-20 01:40:28 -05:00
module-rtp: Handle Latency and ProcessLatency in stream
This commit is contained in:
parent
f1e1f720bf
commit
63df661eff
3 changed files with 86 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue