sdp相关特性暴露成常量

This commit is contained in:
xia-chu
2021-04-30 15:15:35 +08:00
parent dc2c882994
commit c77c4cfd4d
3 changed files with 31 additions and 19 deletions

View File

@@ -730,5 +730,17 @@ private:
RtcCodecPlan::Ptr _rtsp_audio_plan;
};
class SdpConst {
public:
static string const kTWCCRtcpFb;
static string const kTWCCExtMap;
static string const kRembRtcpFb;
static string const kRembExtMap;
private:
SdpConst() = delete;
~SdpConst() = delete;
};
#endif //ZLMEDIAKIT_SDP_H