From 6a99d9bf65aa5878cb409945ed2bdbdcb916d047 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 02 九月 2022 14:56:40 +0800 Subject: [PATCH] 更新linphone sdk --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/ortp.framework/Headers/rtcp.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/ortp.framework/Headers/rtcp.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/ortp.framework/Headers/rtcp.h" index 645d1aa..641d497 100755 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/ortp.framework/Headers/rtcp.h" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/ortp.framework/Headers/rtcp.h" @@ -161,7 +161,8 @@ RTCP_SDES_TOOL = 6, RTCP_SDES_NOTE = 7, RTCP_SDES_PRIV = 8, - RTCP_SDES_MAX = 9 + RTCP_SDES_MID = 10, /* TODO: change this value when his identifier will be assigned */ + RTCP_SDES_MAX = 11 } rtcp_sdes_type_t; typedef struct sdes_chunk @@ -414,6 +415,8 @@ /* packet parsing api */ +/*return the size of the rtcp packet*/ +ORTP_PUBLIC size_t rtcp_get_size(const mblk_t *m); /*in case of coumpound packet, set read pointer of m to the beginning of the next RTCP packet */ ORTP_PUBLIC bool_t rtcp_next_packet(mblk_t *m); -- Gitblit v1.8.0