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

RTC: Add api in track

This commit is contained in:
winlin 2020-09-17 17:15:59 +08:00
parent a19aa82029
commit 1173d35e33
2 changed files with 6 additions and 0 deletions

View file

@ -490,6 +490,7 @@ public:
virtual ~SrsRtcRecvTrack();
public:
bool has_ssrc(uint32_t ssrc);
uint32_t get_ssrc();
void update_rtt(int rtt);
void update_send_report_time(const SrsNtp& ntp);
srs_error_t send_rtcp_rr();