mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-29 21:38:22 +08:00
sdp相关特性暴露成常量
This commit is contained in:
12
webrtc/Sdp.h
12
webrtc/Sdp.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user