1
0
Fork 0
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:
winlin 2013-10-19 09:17:56 +08:00
parent bd66702299
commit 393e32ee0f

View file

@ -52,6 +52,9 @@ public:
class SrsMessage
{
public:
int8_t message_type;
int24_t payload_length;
public:
SrsMessage();
virtual ~SrsMessage();