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:
parent
c350a182b7
commit
4bba9ddcbb
3 changed files with 195 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue