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

supprt inject flv

This commit is contained in:
winlin 2014-05-28 19:01:47 +08:00
parent 4970664e37
commit 22968c85df
10 changed files with 313 additions and 184 deletions

View file

@ -260,6 +260,7 @@ public:
virtual int count();
// @remark: max index is count().
virtual SrsAmf0Any* at(int index);
virtual void append(SrsAmf0Any* any);
};
/**