添加对mac的支持

This commit is contained in:
xiongziliang
2017-05-11 18:03:06 +08:00
parent 1a6840d3be
commit a4233bdeb8
5 changed files with 42 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ class Mp4Info
public:
time_t ui64StartedTime; //GMT标准时间单位秒
time_t ui64TimeLen;//录像长度,单位秒
__off_t ui64FileSize;//文件大小单位BYTE
off_t ui64FileSize;//文件大小单位BYTE
string strFilePath;//文件路径
string strFileName;//文件名称
string strFolder;//文件夹路径