完善sdp相关定义

This commit is contained in:
xiongziliang
2021-03-27 22:23:38 +08:00
parent 762cf227e5
commit 8aa3ff425b
3 changed files with 223 additions and 66 deletions

View File

@@ -38,7 +38,8 @@ typedef enum {
TrackVideo = 0,
TrackAudio,
TrackTitle,
TrackMax = 3
TrackData,
TrackMax = 4
} TrackType;
/**