Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y 

D

DATE_FORMAT - Static variable in class com.aliyun.svideosdk.common.struct.project.AliyunEditorProject
 
decoderAdaptiveList(String[], int[]) - Static method in class com.aliyun.svideosdk.common.NativeAdaptiveUtil
添加硬解码器白名单 该接口已经废弃
DEFAULT_BRIGHTNESS - Static variable in class com.aliyun.svideosdk.common.internal.videoaugment.VideoAugmentationConstant
亮度初始化默认值
DEFAULT_CONTRAST - Static variable in class com.aliyun.svideosdk.common.internal.videoaugment.VideoAugmentationConstant
对比度初始化默认值
DEFAULT_SATURATION - Static variable in class com.aliyun.svideosdk.common.internal.videoaugment.VideoAugmentationConstant
饱和度初始化默认值
DEFAULT_SHARP - Static variable in class com.aliyun.svideosdk.common.internal.videoaugment.VideoAugmentationConstant
锐度初始化默认值
DEFAULT_VIGNETTE - Static variable in class com.aliyun.svideosdk.common.internal.videoaugment.VideoAugmentationConstant
暗角初始化默认值
deleteAllPart() - Method in interface com.aliyun.svideosdk.recorder.AliyunIClipManager
删除所有片段
deleteBlurBackground(int, int) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
删除模糊背景
deleteClip(AliyunAudioClip) - Method in interface com.aliyun.svideosdk.recorder.AliyunIAudioRecorder
删除一段录制片段
deleteDraft(String) - Method in class com.aliyun.svideosdk.editor.draft.AliyunDraftManager
v3.23.0 版本新增 删除草稿
deleteLastMediaClip() - Method in interface com.aliyun.svideosdk.common.AliyunIClipManager
删除末尾的一个clip,
deleteLastPart() - Method in interface com.aliyun.svideosdk.mixrecorder.AliyunIMixRecorder
删除上一个片段
deleteLastPart() - Method in interface com.aliyun.svideosdk.recorder.AliyunIClipManager
删除最后一段片段
deleteMediaClip() - Method in interface com.aliyun.svideosdk.common.AliyunIClipConstructor
deleteMediaClip(int) - Method in interface com.aliyun.svideosdk.common.AliyunIClipManager
按索引删除一个clip,
deleteMediaClip(AliyunClip) - Method in interface com.aliyun.svideosdk.common.AliyunIClipManager
移除媒体(视频/图片)
deletePart() - Method in interface com.aliyun.svideosdk.recorder.AliyunIClipManager
Deprecated.
deletePart(int) - Method in interface com.aliyun.svideosdk.recorder.AliyunIClipManager
删除指定片段
deleteTimeEffect(int) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
删除时间特效
denoise(int) - Method in interface com.aliyun.svideosdk.editor.AliyunIAudioController
降低指定音频流的噪声,0~100,0表示关闭降噪,100表示降噪能力最强
denoise(int, boolean) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
Deprecated.
denoise(int, int) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
降低指定音频流的噪声,0~100,0表示关闭降噪,100表示降噪能力最强
destroy() - Method in interface com.aliyun.svideosdk.multirecorder.AliyunIVideoRecorder
销毁并释放资源
destroy() - Method in interface com.aliyun.svideosdk.recorder.AliyunIRecorder
Deprecated.
v3.27.0 废弃,请使用AliyunIRecorder.release()代替
DIC_KEY_END - Static variable in class com.aliyun.svideosdk.transcode.NativeParser
 
DIRECTION_BOTTOM - Static variable in class com.aliyun.svideosdk.common.struct.effect.ActionWipe
从下向上擦除
DIRECTION_DOWN - Static variable in class com.aliyun.svideosdk.common.struct.effect.TransitionBase
向下移动
DIRECTION_LEFT - Static variable in class com.aliyun.svideosdk.common.struct.effect.ActionWipe
从左向右擦除
DIRECTION_LEFT - Static variable in class com.aliyun.svideosdk.common.struct.effect.TransitionBase
向左移动
DIRECTION_RIGHT - Static variable in class com.aliyun.svideosdk.common.struct.effect.ActionWipe
从右向左擦除
DIRECTION_RIGHT - Static variable in class com.aliyun.svideosdk.common.struct.effect.TransitionBase
向右移动
DIRECTION_TOP - Static variable in class com.aliyun.svideosdk.common.struct.effect.ActionWipe
从上向下擦除
DIRECTION_UP - Static variable in class com.aliyun.svideosdk.common.struct.effect.TransitionBase
向上移动
disableHardDecoderAdaptiveList(String[], int[]) - Static method in class com.aliyun.svideosdk.common.NativeAdaptiveUtil
添加硬解码器黑名单,model和versions的顺序必须对应起来 如果开启硬解码了,且不在黑名单中,将使用硬解
displayHeight - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectPaster
当前数据对应的显示高度
displayMode(AliyunDisplayMode) - Method in class com.aliyun.svideosdk.common.struct.common.AliyunImageClip.Builder
设置显示模式
displayMode(VideoDisplayMode) - Method in class com.aliyun.svideosdk.common.struct.common.AliyunLayoutParam.Builder
set layout display mode
displayMode(AliyunDisplayMode) - Method in class com.aliyun.svideosdk.common.struct.common.AliyunVideoClip.Builder
设置显示模式
displayMode(VideoDisplayMode) - Method in class com.aliyun.svideosdk.mixrecorder.AliyunMixRecorderDisplayParam.Builder
Sets the mDisplayMode and returns a reference to this Builder so that the methods can be chained together.
displayMode(VideoDisplayMode) - Method in class com.aliyun.svideosdk.mixrecorder.AliyunMixStream.Builder
设置流的显示模式
displayWidth - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectPaster
当前数据对应的显示宽度
dispose() - Method in interface com.aliyun.svideosdk.crop.AliyunICrop
释放资源
dispose() - Method in class com.aliyun.svideosdk.transcode.NativeParser
Dispose
done() - Method in interface com.aliyun.svideosdk.editor.AliyunRollCaptionComposer.StyleEditor
Finish edit and apply the changes
downloadDraft(File, AliyunDraftResourceDownloader) - Method in class com.aliyun.svideosdk.editor.draft.AliyunDraftManager
v3.23.0 版本新增 下载草稿
DRAFT_DIR - Static variable in class com.aliyun.svideosdk.common.struct.project.AliyunEditorProject
草稿存放路径
draw(long) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
强制绘制指定时间点的帧,需要在pause状态下调用,如果当前状态不是pause,会强制调用pause
draw(long, TimeUnit) - Method in interface com.aliyun.svideosdk.editor.AliyunIEditor
强制绘制指定时间点的帧,需要在pause状态下调用,如果当前状态不是pause,会强制调用pause
draw(long) - Method in interface com.aliyun.svideosdk.player.AliyunISVideoPlayer
强制绘制制定时间戳一帧
draw(Canvas, int) - Method in class com.aliyun.svideosdk.template.model.AliyunAETemplateAsset
 
draw(Canvas, int) - Method in class com.aliyun.svideosdk.template.model.AliyunAETemplateAssetMedia
 
drawText(Canvas) - Method in class com.aliyun.svideosdk.template.model.AliyunAETemplateAssetText
 
dTextColor - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectText
配置文件中默认的文字颜色
dTextStrokeColor - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectText
配置文件中默认文字描边的颜色
duration(long) - Method in class com.aliyun.svideosdk.common.struct.common.AliyunImageClip.Builder
设置时长
duration(long) - Method in class com.aliyun.svideosdk.common.struct.common.AliyunVideoClip.Builder
设置时长
duration(long) - Method in class com.aliyun.svideosdk.common.struct.effect.EffectFilter.Builder
Deprecated.
duration - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectPaster
动图一个循环时长
duration - Variable in class com.aliyun.svideosdk.common.struct.effect.EffectStream
 
duration - Variable in class com.aliyun.svideosdk.common.struct.effect.TrackAudioStream
 
duration - Variable in class com.aliyun.svideosdk.common.struct.effect.TrackEffect
 
duration(long, TimeUnit) - Method in class com.aliyun.svideosdk.common.struct.effect.TrackEffectFilter.Builder
设置在轨道的持续时间
duration(long, TimeUnit) - Method in class com.aliyun.svideosdk.common.struct.effect.TrackEffectMV.Builder
设置流的持续时长,
duration - Variable in class com.aliyun.svideosdk.common.struct.encoder.EncoderInfo
编码时长
A B C D E F G H I K L M N O P R S T U V W X Y 
Skip navigation links