mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
add rtmp specification
This commit is contained in:
parent
bd66702299
commit
393e32ee0f
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ public:
|
|||
|
||||
class SrsMessage
|
||||
{
|
||||
public:
|
||||
int8_t message_type;
|
||||
int24_t payload_length;
|
||||
public:
|
||||
SrsMessage();
|
||||
virtual ~SrsMessage();
|
||||
|
|
Loading…
Reference in a new issue