option for zero playout-delay

This commit is contained in:
Maxim Devaev
2022-07-16 12:15:51 +03:00
parent 13f522e81d
commit 9d1a42631e
9 changed files with 32 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ typedef struct {
} rtpv_s;
rtpv_s *rtpv_init(rtp_callback_f callback);
rtpv_s *rtpv_init(rtp_callback_f callback, bool zero_playout_delay);
void rtpv_destroy(rtpv_s *rtpv);
char *rtpv_make_sdp(rtpv_s *rtpv);