美摄SDK For Android
3.14.0
|
智能剪辑类 更多...
类 | |
class | NvsSmartCutCaptionInfo |
class | NvsSmartCutClipData |
智能剪辑结果数据类 更多... | |
class | NvsSmartCutFilterInfo |
class | NvsSmartCutResultData |
class | NvsSmartCutSCDData |
class | NvsSmartCutSCDInfo |
class | NvsSmartCutSpeedInfo |
class | NvsSmartCutSpeedList |
class | NvsSmartCutTransitionInfo |
interface | SmartCutGeneratorCallback |
智能剪辑回调接口 更多... | |
Public 成员函数 | |
boolean | startSmartCut (ArrayList< String > scdFileList, ArrayList< String > videoFileList, ArrayList< String > templatePathList, String captionPath, String captionLicPath, String filterPath, String filterLicPath, String location) |
开始智能剪辑 更多... | |
boolean | startSmartCut (ArrayList< NvsSmartCutSCDInfo > scdInfoList, ArrayList< String > templatePathList, String captionPath, String captionLicPath, String filterPath, String filterLicPath, String location) |
boolean | changeTemplate (String templatePath) |
切换模板 更多... | |
void | setSmartCutGeneratorCallback (SmartCutGeneratorCallback cb) |
设置智能剪辑回调接口 更多... | |
静态 Public 成员函数 | |
static NvsSmartCutGenerator | init (Context context, int flags) |
对智能剪辑类的单例实例进行初始化 更多... | |
static void | close () |
销毁智能剪辑类实例。注意: 销毁之后可以再次创建及获取 更多... | |
static NvsSmartCutGenerator | getInstance () |
获取智能剪辑类的单例实例(必须进行初始化后才能使用) 更多... | |
智能剪辑类
|
inline |
切换模板
templatePath | 模板路径 |
|
inlinestatic |
销毁智能剪辑类实例。注意: 销毁之后可以再次创建及获取
|
inlinestatic |
|
inlinestatic |
|
inline |
设置智能剪辑回调接口
cb | 智能剪辑回调接口 |
|
inline |
|
inline |
开始智能剪辑
scdFileList | scd文件路径列表 |
videoFileList | 视频/图片文件路径列表 |
templatePathList | 模板路径列表 |
captionPath | 字幕文件路径 |
captionLicPath | 字幕授权文件路径 |
filterPath | 滤镜文件路径 |
filterLicPath | 滤镜授权文件路径 |
location | 地理位置,将作为地理字幕显示在视频中 |