mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
抽象部分rtsp相关功能
This commit is contained in:
@@ -37,7 +37,9 @@ using namespace std;
|
||||
using namespace ZL::Util;
|
||||
|
||||
typedef enum {
|
||||
TrackVideo = 0, TrackAudio
|
||||
TrackInvalid = -1,
|
||||
TrackVideo = 0,
|
||||
TrackAudio
|
||||
} TrackType;
|
||||
|
||||
class RtspTrack{
|
||||
|
||||
Reference in New Issue
Block a user