1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update timestamp comments

This commit is contained in:
winlin 2013-10-23 21:44:24 +08:00
parent b40d0467a8
commit 0a92faf2e3

View file

@ -178,6 +178,7 @@ struct SrsMessageHeader
/**
* Three-byte field that contains a timestamp delta of the message.
* The 4 bytes are packed in the big-endian order.
* @remark, only used for decoding message from chunk stream.
*/
int32_t timestamp_delta;
/**
@ -189,6 +190,7 @@ struct SrsMessageHeader
/**
* Four-byte field that contains a timestamp of the message.
* The 4 bytes are packed in the big-endian order.
* @remark, used as calc timestamp when decode and encode time.
*/
int32_t timestamp;