抽象部分rtsp相关功能

This commit is contained in:
xiongziliang
2018-09-18 23:49:48 +08:00
parent bb03af0f7f
commit fab283da6f
4 changed files with 252 additions and 17 deletions

View File

@@ -37,7 +37,9 @@ using namespace std;
using namespace ZL::Util;
typedef enum {
TrackVideo = 0, TrackAudio
TrackInvalid = -1,
TrackVideo = 0,
TrackAudio
} TrackType;
class RtspTrack{