add srt push type

This commit is contained in:
xiongguangjie 2022-06-03 15:02:07 +08:00
parent aa2ff01d9f
commit 1891c4e391

View File

@ -45,6 +45,7 @@ enum class MediaOriginType : uint8_t {
mp4_vod,
device_chn,
rtc_push,
srt_push
};
std::string getOriginTypeString(MediaOriginType type);