转场帧检测类
更多...
#import <NvsDetectShotParser.h>
转场帧检测类
- 警告
- NvsDetectShotParser类中,所有public API不仅可以在UI线程使用,也可以跨线程使用!!!
◆ cancelTask:
- (void) cancelTask: |
|
(int64_t) |
taskId |
|
◆ detect:
- (Boolean) detect: |
|
(NSString *) |
videoPath |
|
检测视频转场帧
- 参数
-
- 返回
- 返回布尔值。值为true则成功,false则失败。
◆ detect:startTime:endTime:
- (Boolean) detect: |
|
(NSString *) |
videoPath |
startTime: |
|
(int64_t) |
startTime |
endTime: |
|
(int64_t) |
endTime |
|
|
| |
检测视频转场帧
- 参数
-
videoPath | 资源列表 \startTime 开始时间 \endTime 截止时间,-1表示检测到视频结尾 |
- 返回
- 返回布尔值。值为true则成功,false则失败。
◆ init
◆ delegate
该类的文档由以下文件生成: