A B C D E F G H I L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Add - com.shixing.sxedit.types.SXBlendMode
-
相加
- addAnimation(String, double, int) - Method in interface com.shixing.sxedit.delegate.SXAnimationDelegate
-
添加视频动画,时间处理方式为伸缩(相当于调整倍速)
- addAnimation(String, double, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addAnimationByCopy(SXAnimationEffect, int) - Method in interface com.shixing.sxedit.delegate.SXAnimationDelegate
-
复制现有视频动画并添加
- addAnimationByCopy(SXAnimationEffect, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addFilter(String, double, int) - Method in interface com.shixing.sxedit.delegate.SXFilterDelegate
-
添加滤镜,时间处理方式为伸缩(相当于调整倍速)
- addFilter(String, double, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addFilterByCopy(SXFilterEffect, int) - Method in interface com.shixing.sxedit.delegate.SXFilterDelegate
-
复制现有滤镜并添加
- addFilterByCopy(SXFilterEffect, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addGenericEffect(SXGenericEffectType, double, int) - Method in interface com.shixing.sxedit.delegate.SXGenericEffectDelegate
-
添加内置特效
- addGenericEffect(SXGenericEffectType, double, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addGenericEffectByCopy(SXGenericEffect, int) - Method in interface com.shixing.sxedit.delegate.SXGenericEffectDelegate
-
复制现有特效,并添加
- addGenericEffectByCopy(SXGenericEffect, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addNewGroup() - Method in class com.shixing.sxedit.SXComposite
-
组是顺序存储的,在末尾追加一个组
- addNewGroup() - Method in class com.shixing.sxedit.SXEditManager
-
添加组到末尾
- addNewGroupAt(int) - Method in class com.shixing.sxedit.SXComposite
-
组是顺序存储的,因此可以在index所在的位置插入一个组
- addNewGroupAt(int) - Method in class com.shixing.sxedit.SXEditManager
-
在指定位置添加组
- addTextAnimation(String, int) - Method in interface com.shixing.sxedit.delegate.SXTextAnimationDelegate
-
添加文字动画
- addTextAnimation(String, int) - Method in class com.shixing.sxedit.SXTextTrack
- addTextAnimationByCopy(SXTextAnimationEffect, int) - Method in interface com.shixing.sxedit.delegate.SXTextAnimationDelegate
-
通过复制添加文字动画
- addTextAnimationByCopy(SXTextAnimationEffect, int) - Method in class com.shixing.sxedit.SXTextTrack
- addTrack(SXTrack, double) - Method in class com.shixing.sxedit.SXTrackGroup
-
start time display time duration disappear time end time | | | | | | |-----------------------------| | |-------------|-----------------------------|------------| ---------------------------------------------------------------------- time 在组的某个时间添加一个轨道,如已加入此组或添加到非创建此轨道的合成中返回false
- addTrackAnimation(String, double, int) - Method in interface com.shixing.sxedit.delegate.SXTrackAnimationDelegate
-
添加轨道动画 动画时间线不能重叠,入场/出场动画不能与循环动画共存,否则添加失败
- addTrackAnimation(String, double, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addTrackAnimationByCopy(SXTrackAnimationEffect, int) - Method in interface com.shixing.sxedit.delegate.SXTrackAnimationDelegate
-
复制当前轨道动画, 并添加
- addTrackAnimationByCopy(SXTrackAnimationEffect, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addVideoEffect(String, double, int) - Method in interface com.shixing.sxedit.delegate.SXVideoEffectDelegate
-
添加视频特效,时间处理方式为重复(超出时间自动循环)
- addVideoEffect(String, double, int) - Method in class com.shixing.sxedit.SXRenderTrack
- addVideoEffectByCopy(SXVideoEffect, int) - Method in interface com.shixing.sxedit.delegate.SXVideoEffectDelegate
-
通过复制已有的effect添加视频特效
- addVideoEffectByCopy(SXVideoEffect, int) - Method in class com.shixing.sxedit.SXRenderTrack
- Animation - com.shixing.sxedit.types.SXEffectType
-
视频动画
- Animation - com.shixing.sxedit.types.SXResourceType
-
视频动画模板包
- arcTo(float, float, float, float, float) - Method in class com.shixing.sxedit.SXShape
-
以上一个点为起点添加一条弧线
- arrangeTracks(boolean) - Method in class com.shixing.sxedit.SXTrackGroup
-
对组内的 track 排序,并设置 track 前后时间相接, 并应用转场效果
- Audio - com.shixing.sxedit.types.SXFileType
-
音频文件
- AudioFile - com.shixing.sxedit.types.SXResourceType
-
音频
- Average - com.shixing.sxedit.types.SXBlendMode
-
平均
All Classes All Packages