添加新的sdp解析算法

This commit is contained in:
xiongziliang
2018-10-25 22:57:59 +08:00
parent 062bdd6e02
commit 6a7c76be06
5 changed files with 124 additions and 38 deletions

View File

@@ -75,7 +75,7 @@ public:
* @return
*/
TrackType getTrackType() const override {
return TrackInvalid;
return TrackTitle;
}
/**