improve code comment

This commit is contained in:
xiongguangjie 2024-11-20 15:25:58 +08:00
parent ab65232406
commit 271a273eea

View File

@ -772,7 +772,6 @@ private:
/**
*
* @param size
*/
void net2Host();
};
@ -854,9 +853,9 @@ public:
// Indicates which temporal layer this bitrate concerns.
uint32_t temporal_layer : 4;
#else
// reception report count
// Indicates which temporal layer this bitrate concerns.
uint32_t temporal_layer : 4;
// padding末尾是否有追加填充
// Indicates which temporal layer this bitrate concerns.
uint32_t spatial_layer : 4;
#endif
//The encoder target bitrate for this layer, in kbps.
@ -889,7 +888,7 @@ public:
/**
* RtcpXRTargetBitrate包RtcpHeader部分()
* @param item_count RtcpXRTargetBitrateItem对象个数
* @return RtcpXRDLRR
* @return RtcpXRTargetBitrate
*/
static std::shared_ptr<RtcpXRTargetBitrate> create(size_t item_count);