diff --git a/ios/include/qcPlayer.h b/ios/include/qcPlayer.h index 0e3cd82..d364d33 100644 --- a/ios/include/qcPlayer.h +++ b/ios/include/qcPlayer.h @@ -254,6 +254,10 @@ typedef struct // The parameter should be char *. #define QCPLAY_PID_FILE_KeyText QC_PLAY_BASE + 0X0302 +// Set the comp key +// The parameter should be char *. +#define QCPLAY_PID_COMP_KeyText QC_PLAY_BASE + 0X0303 + // Set to capture video image // The parameter should be long long * (ms). capture time. 0 is immediatily. // This should be called after open done event. diff --git a/ios/lib/libqcPlayEng.a b/ios/lib/libqcPlayEng.a index 4d032a3..73ae371 100644 Binary files a/ios/lib/libqcPlayEng.a and b/ios/lib/libqcPlayEng.a differ diff --git a/ios/sample/TestCode/ViewController.mm b/ios/sample/TestCode/ViewController.mm index 4fa2262..c0a8e64 100644 --- a/ios/sample/TestCode/ViewController.mm +++ b/ios/sample/TestCode/ViewController.mm @@ -65,7 +65,6 @@ -(void)prepareURL _currURL = 0; _clipboardURL = nil; - [_urlList addObject:@"https://v4.cdn.xiangha.com/video/201808/14145b727c10e02e8/eGg0ODBw.m3u8?v=1.1&sign=f793c7b5b10ef21f1a66cdf768d02ed0&t=5b7518af"]; [_urlList addObject:@"-------------------------------------------------------------------------------"]; [_urlList addObject:@"MP4"]; [_urlList addObject:@"http://op053v693.bkt.clouddn.com/IMG_3376.MP4"]; diff --git a/ios/sample/TestCode/export.plist b/ios/sample/TestCode/export.plist index eea9c4d..a3ea7ea 100644 --- a/ios/sample/TestCode/export.plist +++ b/ios/sample/TestCode/export.plist @@ -3,7 +3,7 @@ compileBitcode - + uploadSymbols