Detect shot parser class.
More...
#import <NvsDetectShotParser.h>
Detect shot parser class.
- Warning
- In the NvsDetectShotParser class, all public APIs can be used not only in the UI thread, but also across threads! ! !
◆ cancelTask:
| - (void) cancelTask: |
|
(int64_t) |
taskId |
|
cancel media detect task.
- Parameters
-
◆ detect:
| - (Boolean) detect: |
|
(NSString *) |
videoPath |
|
detect video shot
- Parameters
-
- Returns
- Returns a boolean value. true means successful and false means failure
◆ detect:startTime:endTime:
| - (Boolean) detect: |
|
(NSString *) |
videoPath |
| startTime: |
|
(int64_t) |
startTime |
| endTime: |
|
(int64_t) |
endTime |
|
|
| |
detect video shot
- Parameters
-
| videoPath | video path |
| startTime | start time |
| endTime | end time, -1 indicates detecting to the end |
- Returns
- Returns a boolean value. true means successful and false means failure
◆ init
◆ delegate
The documentation for this class was generated from the following file: