Smart cut generator class.
More...
#import <NvsSmartCutGenerator.h>
|
| (instancetype) | + sharedInstance: |
| | Initializes smart cut instance. More...
|
| |
| (void) | + close |
| | Destroys the smart cut object instance. note: it can be created again after destruction. More...
|
| |
Smart cut generator class.
◆ changeTemplate:
| - (BOOL) changeTemplate: |
|
(NSString *) |
templatePath |
|
Change template.
- Parameters
-
| templatePath | template path |
◆ close
Destroys the smart cut object instance. note: it can be created again after destruction.
- See also
- sharedInstance
◆ sharedInstance:
| + (instancetype) sharedInstance: |
|
(int) |
flag |
|
Initializes smart cut instance.
- Parameters
-
| flags | Flags, zero temporarily |
- Returns
- Returns a smart cut instance object.
- Since
- 2.13.0
- See also
- + close
◆ startSmartCut:templatePathList:captionPath:captionLicPath:filterPath:filterLicPath:location:
| - (BOOL) startSmartCut: |
|
(NSArray< NvsSmartCutSCDInfo * > *) |
scdInfoList |
| templatePathList: |
|
(NSArray< NSString * > *) |
templatePathList |
| captionPath: |
|
(NSString *) |
captionPath |
| captionLicPath: |
|
(NSString *) |
captionLicPath |
| filterPath: |
|
(NSString *) |
filterPath |
| filterLicPath: |
|
(NSString *) |
filterLicPath |
| location: |
|
(NSString *) |
location |
|
|
| |
◆ startSmartCut:videoFileList:templatePathList:captionPath:captionLicPath:filterPath:filterLicPath:location:
| - (BOOL) startSmartCut: |
|
(NSMutableArray< NSString * > *) |
scdFileList |
| videoFileList: |
|
(NSMutableArray< NSString * > *) |
videoFileList |
| templatePathList: |
|
(NSMutableArray< NSString * > *) |
templatePathList |
| captionPath: |
|
(NSString *) |
captionPath |
| captionLicPath: |
|
(NSString *) |
captionLicPath |
| filterPath: |
|
(NSString *) |
filterPath |
| filterLicPath: |
|
(NSString *) |
filterLicPath |
| location: |
|
(NSString *) |
location |
|
|
| |
start smart editing
- Parameters
-
| scdFileList | scd file path list |
| videoFileList | video or photo file path list |
| templatePathList | template file path list |
| captionPath | caption file path |
| captionLicPath | caption lic file path |
| filterPath | filter file path |
| filterLicPath | filter lic file path |
| location | location info,will be displayed in the video as a caption |
- Returns
- Returns a boolean value. true means successful and false means failure
◆ delegate
The documentation for this class was generated from the following file: