Skip to content

start_and_stop_compose

chriszeng87 edited this page Jul 3, 2017 · 4 revisions

开始合成

mEditKit.startCompose(destUrl); //其中destUrl为目标文件地址

停止合成

mEditKit.stopCompose();

获取合成进度

int progress = mEditKit.getProgress();
Clone this wiki locally