Commit 8aa3ff42 by xiongziliang

完善sdp相关定义

parent 762cf227
...@@ -38,7 +38,8 @@ typedef enum { ...@@ -38,7 +38,8 @@ typedef enum {
TrackVideo = 0, TrackVideo = 0,
TrackAudio, TrackAudio,
TrackTitle, TrackTitle,
TrackMax = 3 TrackData,
TrackMax = 4
} TrackType; } TrackType;
/** /**
......
...@@ -95,7 +95,7 @@ public: ...@@ -95,7 +95,7 @@ public:
protected: protected:
void onWrite(const char *buf, size_t len, struct sockaddr_in *dst) override; void onWrite(const char *buf, size_t len, struct sockaddr_in *dst) override;
int getPayloadType() const ; int getPayloadType() const override;
uint32_t getSSRC() const override; uint32_t getSSRC() const override;
uint16_t getPort() const override; uint16_t getPort() const override;
std::string getIP() const override; std::string getIP() const override;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论