mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-12-16 17:08:46 +00:00
Changed the message stream from being a payloadType to SSRC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user