摘要: class RtcpHeader { public: #if __BYTE_ORDER == __BIG_ENDIAN //版本号,固定为2 uint32_t version: 2; //padding,固定为0 uint32_t padding: 1; //reception report cou 阅读全文
posted @ 2022-07-27 17:20 泽良_小涛 阅读(199) 评论(0) 推荐(0)
摘要: 与Sender Report相比,少了sender info。 阅读全文
posted @ 2022-07-27 15:26 泽良_小涛 阅读(75) 评论(0) 推荐(0)
摘要: class RtcpHeader { public: #if __BYTE_ORDER == __BIG_ENDIAN //版本号,固定为2 uint32_t version: 2; //padding,固定为0 uint32_t padding: 1; //reception report cou 阅读全文
posted @ 2022-07-27 15:07 泽良_小涛 阅读(363) 评论(0) 推荐(0)