添加文件循环读取

This commit is contained in:
Weiwei.Zhou
2019-09-24 20:48:30 +08:00
parent a65d9f03ba
commit 67575bb2e1
3 changed files with 11 additions and 0 deletions

View File

@@ -268,6 +268,8 @@ extern const string kFileSecond;
extern const string kFilePath;
//mp4文件写缓存大小
extern const string kFileBufSize;
//mp4文件是否重头循环读取
extern const string kFileRepeat;
} //namespace Record
////////////HLS相关配置///////////