Changed the message stream from being a payloadType to SSRC

This commit is contained in:
Staz M
2020-09-23 12:32:55 -04:00
parent 5a797e1170
commit 549e194bb3
5 changed files with 33 additions and 20 deletions

View File

@@ -130,6 +130,7 @@ public:
void removeFormat(const string &fmt);
void addSSRC(uint32_t ssrc, std::string name);
bool hasSSRC(uint32_t ssrc);
void setBitrate(int bitrate);
int getBitrate() const;