From dd4623fc520069c0828cfc59bdd5c32d9a7c9fd4 Mon Sep 17 00:00:00 2001 From: WS <> Date: Sun, 9 Oct 2022 16:15:09 +0800 Subject: [PATCH] 1 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cea01f..3f0d9a3 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,13 @@ Step 2. Add the dependency } ### 初始化 -org.thoughtcrime.securesms.util.VideoConvertUtil.init(context, scheduler); + + org.thoughtcrime.securesms.util.VideoConvertUtil.init(context, scheduler); ### 开始转换 -Integer convertId = org.thoughtcrime.securesms.util.VideoConvertUtil.startVideoConvert(srcPath, dstPath, upperSizeLimit, true/false, listener) + + Integer convertId = org.thoughtcrime.securesms.util.VideoConvertUtil.startVideoConvert(srcPath, dstPath, upperSizeLimit, true/false, listener) ### 取消转换 -org.thoughtcrime.securesms.util.VideoConvertUtil.stopVideoConvert(int convertId); \ No newline at end of file + + org.thoughtcrime.securesms.util.VideoConvertUtil.stopVideoConvert(int convertId); \ No newline at end of file