|
MeiCam SDK For Android
3.14.4
|
Smart cut generator class. More...
Classes | |
| class | NvsSmartCutCaptionInfo |
| class | NvsSmartCutClipData |
| SmartCutGenerator data class. More... | |
| class | NvsSmartCutFilterInfo |
| class | NvsSmartCutResultData |
| class | NvsSmartCutSCDData |
| class | NvsSmartCutSCDInfo |
| class | NvsSmartCutSpeedInfo |
| class | NvsSmartCutSpeedList |
| class | NvsSmartCutTransitionInfo |
| interface | SmartCutGeneratorCallback |
| smart cut generator callback interface More... | |
Public Member Functions | |
| boolean | startSmartCut (ArrayList< String > scdFileList, ArrayList< String > videoFileList, ArrayList< String > templatePathList, String captionPath, String captionLicPath, String filterPath, String filterLicPath, String location) |
| start smart editing More... | |
| boolean | startSmartCut (ArrayList< NvsSmartCutSCDInfo > scdInfoList, ArrayList< String > templatePathList, String captionPath, String captionLicPath, String filterPath, String filterLicPath, String location) |
| boolean | changeTemplate (String templatePath) |
| Change template. More... | |
| void | setSmartCutGeneratorCallback (SmartCutGeneratorCallback cb) |
| Sets callback interface for smart cut. More... | |
Static Public Member Functions | |
| static NvsSmartCutGenerator | init (Context context, int flags) |
| Initializes smart cut instance. More... | |
| static void | close () |
| Destroys the smart cut object instance. note: it can be created again after destruction. More... | |
| static NvsSmartCutGenerator | getInstance () |
| Gets the instance of smart cut object (only can use this after initialization) More... | |
Smart cut generator class.
|
inline |
Change template.
| templatePath | template path |
|
inlinestatic |
Destroys the smart cut object instance. note: it can be created again after destruction.
|
inlinestatic |
|
inlinestatic |
Initializes smart cut instance.
| context. | |
| flags | Flags, zero temporarily |
|
inline |
Sets callback interface for smart cut.
| cb | Callback interface for smart cut. |
|
inline |
|
inline |
start smart editing
| 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 |
1.8.17