mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 02:34:26 +08:00
Compare commits
3 Commits
30bc67aed7
...
67b0d71c9c
Author | SHA1 | Date | |
---|---|---|---|
|
67b0d71c9c | ||
|
0cfb5a0d66 | ||
|
271a273eea |
@ -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.
|
||||
@ -871,7 +870,6 @@ private:
|
||||
|
||||
/**
|
||||
* 网络字节序转换为主机字节序
|
||||
* @param size 字节长度,防止内存越界
|
||||
*/
|
||||
void net2Host();
|
||||
};
|
||||
@ -889,7 +887,7 @@ public:
|
||||
/**
|
||||
* 创建RtcpXRTargetBitrate包,只赋值了RtcpHeader部分(网络字节序)
|
||||
* @param item_count RtcpXRTargetBitrateItem对象个数
|
||||
* @return RtcpXRDLRR包
|
||||
* @return RtcpXRTargetBitrate包
|
||||
*/
|
||||
static std::shared_ptr<RtcpXRTargetBitrate> create(size_t item_count);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user