Add rtcp module

This commit is contained in:
dijunkun
2023-09-11 17:23:32 +08:00
parent 3a291fe171
commit 8c545f7544
7 changed files with 205 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
class RtpCodec {
public:
RtpCodec(PAYLOAD_TYPE payload_type);
RtpCodec(RtpPacket::PAYLOAD_TYPE payload_type);
~RtpCodec();
public: