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

Print the rtp packets cache capacity

This commit is contained in:
winlin 2020-04-16 12:35:36 +08:00
parent cc831be985
commit b4a7566684
2 changed files with 10 additions and 4 deletions

View file

@ -159,6 +159,7 @@ public:
SrsRtpPacket2* fetch();
SrsRtpPacket2* back();
int size();
int capacity();
SrsRtpPacket2* at(int index);
};