添加新的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

@@ -44,6 +44,7 @@ typedef enum {
TrackInvalid = -1,
TrackVideo = 0,
TrackAudio,
TrackTitle,
TrackMax
} TrackType;