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:
parent
cc831be985
commit
b4a7566684
2 changed files with 10 additions and 4 deletions
|
@ -159,6 +159,7 @@ public:
|
|||
SrsRtpPacket2* fetch();
|
||||
SrsRtpPacket2* back();
|
||||
int size();
|
||||
int capacity();
|
||||
SrsRtpPacket2* at(int index);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue