java.lang.Object | ||
↳ | com.ksyun.media.shortvideo.kit.MultiComposeBase | |
↳ | com.ksyun.media.shortvideo.kit.KSYTransitionKit |
compose multi files for transition
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public MultiComposeBase.OnErrorListener | mComposeErrorListener | ||||||||||
public MultiComposeBase.OnInfoListener | mComposeInfoListener |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
KSYTransitionKit(Context context) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getCurrentTransFileId() | ||||||||||
String | getCurrentTransFilePath() | ||||||||||
float | getProgress() | ||||||||||
void | release() | ||||||||||
void |
setOnErrorListener(KSYTransitionKit.OnErrorListener onErrorListener)
Set onErrorListener.
| ||||||||||
void |
setOnInfoListener(KSYTransitionKit.OnInfoListener onInfoListener)
Set OnInfoListener.
| ||||||||||
void |
setTransitionInfo(Map<Integer, TransitionInfoControl> transitionParams)
为合成视频添加转场信息
| ||||||||||
void |
start(List<String> srcUrls, String desUrl)
开始合成
| ||||||||||
void |
stop()
中止合成
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Set onErrorListener.
onErrorListener | error callback |
---|
Set OnInfoListener.
onInfoListener | info callback |
---|
开始合成
srcUrls | 原始视频路径信息 |
---|---|
desUrl | 目标视频地址 |
中止合成