正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -178,6 +178,7 @@ struct SrsMessageHeader | @@ -178,6 +178,7 @@ struct SrsMessageHeader | ||
| 178 | /** | 178 | /** |
| 179 | * Three-byte field that contains a timestamp delta of the message. | 179 | * Three-byte field that contains a timestamp delta of the message. |
| 180 | * The 4 bytes are packed in the big-endian order. | 180 | * The 4 bytes are packed in the big-endian order. |
| 181 | + * @remark, only used for decoding message from chunk stream. | ||
| 181 | */ | 182 | */ |
| 182 | int32_t timestamp_delta; | 183 | int32_t timestamp_delta; |
| 183 | /** | 184 | /** |
| @@ -189,6 +190,7 @@ struct SrsMessageHeader | @@ -189,6 +190,7 @@ struct SrsMessageHeader | ||
| 189 | /** | 190 | /** |
| 190 | * Four-byte field that contains a timestamp of the message. | 191 | * Four-byte field that contains a timestamp of the message. |
| 191 | * The 4 bytes are packed in the big-endian order. | 192 | * The 4 bytes are packed in the big-endian order. |
| 193 | + * @remark, used as calc timestamp when decode and encode time. | ||
| 192 | */ | 194 | */ |
| 193 | int32_t timestamp; | 195 | int32_t timestamp; |
| 194 | 196 |
-
请 注册 或 登录 后发表评论