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

RTC: Update nack stat

This commit is contained in:
winlin 2020-07-26 23:18:56 +08:00
parent 5f7de58095
commit b3212a12de
3 changed files with 14 additions and 0 deletions

View file

@ -517,6 +517,7 @@ public:
public:
virtual srs_error_t on_rtp(SrsRtpPacket2* pkt, SrsRtcPlayStreamStatistic& info);
virtual srs_error_t on_rtcp(SrsRtpPacket2* pkt);
virtual void on_recv_nack();
};
class SrsRtcAudioSendTrack : public SrsRtcSendTrack