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

add ts_info doc

This commit is contained in:
winlin 2013-11-20 11:51:07 +08:00
parent c350a182b7
commit 4bba9ddcbb
3 changed files with 195 additions and 5 deletions

View file

@ -393,6 +393,11 @@ public:
/**
* the decoded message payload.
* @remark we seperate the packet from message,
* for the packet focus on logic and domain data,
* the message bind to the protocol and focus on protocol, such as header.
* we can merge the message and packet, using OOAD hierachy, packet extends from message,
* it's better for me to use components -- the message use the packet as payload.
*/
class SrsPacket
{