无法处理的rtp ext清空

This commit is contained in:
xia-chu
2021-05-08 11:37:54 +08:00
parent d5eb486f54
commit f625b3fbf3
3 changed files with 13 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ public:
//危险函数必须保证关联的RtpHeader对象有效
void setExtId(uint8_t ext_id);
void clearExt();
private:
RtpExt(void *ptr, bool one_byte_ext, const char *str, size_t size);