Skip to content

Commit be8dc03

Browse files
author
YANGJIE8
committed
v1.0.0暂停使用添加文字功能
1 parent e27feae commit be8dc03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

joevideolib/src/main/java/VideoHandle/EpVideo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,11 @@ public EpVideo addText(int x, int y, float size, String color, String ttf, Strin
184184

185185
/**
186186
* 为视频添加文字(新增可以控制显示周期)
187+
* v1.0.0版本里暂停使用此方法
187188
*
188189
* @param epText 添加文字类
189190
*/
190-
public EpVideo addText(EpText epText) {
191+
private EpVideo addText(EpText epText) {
191192
filter = getFilter();
192193
filter.append(epText.getTextFitler());
193194
return this;

0 commit comments

Comments
 (0)