跳过导航链接
A B C D E F G H I K L M N O P R S T U V W X Y 

A

ActionBase - com.aliyun.svideo.sdk.external.struct.effect中的类
基础动画效果类,使用动画可以在任何素材上添加效果,比如旋转、平移、透明度变化等等。
ActionBase() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionBase
 
ActionFade - com.aliyun.svideo.sdk.external.struct.effect中的类
透明度动画
ActionFade() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionFade
 
ActionRotate - com.aliyun.svideo.sdk.external.struct.effect中的类
旋转动画
ActionRotate() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionRotate
 
ActionRotateBy - com.aliyun.svideo.sdk.external.struct.effect中的类
旋转动画,从当前角度旋转多少度
ActionRotateBy() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionRotateBy
 
ActionRotateTo - com.aliyun.svideo.sdk.external.struct.effect中的类
旋转动画,从某个角度,旋转到多少度
ActionRotateTo() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionRotateTo
 
ActionScale - com.aliyun.svideo.sdk.external.struct.effect中的类
缩放动画,从多大,缩放到多大
ActionScale() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionScale
 
ActionTranslate - com.aliyun.svideo.sdk.external.struct.effect中的类
位移动画,从某个点移动到某个点
ActionTranslate() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionTranslate
 
ActionWipe - com.aliyun.svideo.sdk.external.struct.effect中的类
擦出动画
ActionWipe() - 类 的构造器com.aliyun.svideo.sdk.external.struct.effect.ActionWipe
 
addAnimationFilter(EffectFilter) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
添加动效滤镜,同一个时间区间内只能有一个动效滤镜,如果添加两个时间冲突了,则冲突的时间段,新添加的会覆盖之前添加的
addCaptionPaster(Bitmap, EffectCaption) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加字幕贴图,字幕贴图为普通贴图加文字
addCaptionPaster(BitmapGenerator, EffectCaption) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加字幕贴图,字幕贴图为普通贴图加文字
addEffectPaster(EffectPaster) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加普通贴图
addFrameAnimation(ActionBase) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
对指定的流或者素材资源添加帧动画
addImage(EffectImage) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
添加水印素材,如果需要使用文字水印,可以通过Bitmap工具把文字转成水印
addImage(EffectPicture) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用添加一张静态图片
addImage(EffectImage) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
添加水印素材,如果需要使用文字水印,可以通过Bitmap工具把文字转成水印,如果需要调整水印的位置 AliyunIRecorder.setEffectView(float, float, float, float, EffectBase)
addImage(String, long, TransitionBase, AliyunDisplayMode) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
添加图片
addImageSource(String, long, long) - 接口 中的方法com.aliyun.svideo.sdk.external.thumbnail.AliyunIThumbnailFetcher
添加图片源(图片转视频时用到)
addMediaClip(AliyunClip) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
添加一个媒体源,视频用AliyunVideoClip,照片用AliyunImageClip,如果 是Gif,则当作视频处理即可。
addMediaClip(int, AliyunClip) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
指定索引添加一个clip,创建一个AliyunClip对象,填入相关参数AliyunClip,该方法会生成clip的clone样本,然后将样本添加到list指定位置中
addPaster(EffectPaster) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
添加人脸动图,人脸动图与普通动图要严格区分,如果把普通动图素材当作人脸动图使用,则会出现动图不显示的情况,要使用人脸动图,必须先设置 rotation,通过AliyunIMixRecorder.setRotation(int)实现。
addPaster(EffectPaster, float, float, float, float, float, boolean) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
添加普通动图,人脸动图可以当作普通动图,但是普通动图不能当作人脸动图 注意 AliyunIRecorder.setEffectView(float, float, float, float, EffectBase)的执行效果会和此函数的执行效果进行叠加
addPaster(String) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
添加贴图
addPaster(EffectPaster) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
添加人脸动图,人脸动图与普通动图要严格区分,如果把普通动图素材当作人脸动图使用,则会出现动图不显示的情况,要使用人脸动图,必须先设置 rotation,通过AliyunIRecorder.setRotation(int)实现。
addPaster(EffectPaster, float, float, float, float, float, boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
添加普通动图,人脸动图可以当作普通动图,但是普通动图不能当作人脸动图 注意 AliyunIRecorder.setEffectView(float, float, float, float, EffectBase)的执行效果会和此函数的执行效果进行叠加
addPasterWithStartTime(String, long, long) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
添加贴图,并传入贴图渲染时间
addRunningDisplayMode(VideoDisplayMode, int, long, long) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
已过时。
addStream(AliyunMixStream) - 类 中的方法com.aliyun.mix.AliyunMixTrack
在该轨道上添加视频流
addSubtitle(String, String) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
添加文字贴图
addSubtitle(Bitmap, EffectText) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加文字贴图,文字贴图为文字图片及对贴图的描述
addSubtitle(BitmapGenerator, EffectText) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加文字贴图
addSubtitleWithStartTime(String, String, long, long) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
添加文字贴图
addTailWaterMark(String, float, float, float, float, long) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
添加片尾
addVideo(String, TransitionBase, AliyunDisplayMode) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
addVideo(String, long, long, TransitionBase, AliyunDisplayMode) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
添加视频 added in v3.3.3
addVideoSource(String, long, long, long) - 接口 中的方法com.aliyun.svideo.sdk.external.thumbnail.AliyunIThumbnailFetcher
添加视频源
addVideoSource(String) - 接口 中的方法com.aliyun.svideo.sdk.external.thumbnail.AliyunIThumbnailFetcher
ALIVC_ADEC_ERROR_FFMPEG_DEC_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_ADEC_ERROR_FFMPEG_NO_CONTEXT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_ADEC_ERROR_FFMPEG_NOT_FIND_DECODER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_ADEC_ERROR_FFMPEG_OEPN_FAIL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_COMMON_INVALID_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_COMMON_INVALID_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_COMMON_INVALID_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_COMMON_INVALID_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_COMMON_RETURN_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_COMMON_RETURN_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_COMMON_RETURN_SUCCESS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_COMMON_RETURN_SUCCESS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_COMMON_UNKNOWN_ERROR_CODE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_COMMON_UNKNOWN_ERROR_CODE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ALREADY_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_CREATE_DECODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_CREATE_DECODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_CREATE_NULL_CFG - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_DECODER_QUEUE_EMPTY_WARNING - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_DECODER_QUEUE_FULL_WARNING - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ALREADY_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_CREATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_INPUT_CONFIG - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_WITHOUT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_ERROR_WITHOUT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_GETINFO_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_NO_INSTANSE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_NOT_OPEN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_OPEN_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_AFTERBURNER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_AOT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_BITRATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_CHANLOADER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_CHANNEL_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_SAMPLERATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_SINGLEMODE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_SET_TRANSMUX_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_WIDTHOUT_MATCH_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_WIDTHOUT_MATCH_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_ENCODER_WIDTHOUT_MATCH_STREAMTYPE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ADD_FRAME_BUFFER_FULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ADD_FRAME_BUFFER_FULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ADD_FRAME_INPUT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ADD_FRAME_INPUT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CONTROL_UNKNOWN - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CONTROL_UNKNOWN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CREATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CREATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CTL_INPUT_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_CTL_INPUT_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_DESTROY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_DESTROY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_FILE_STREAM_LIST_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_FILE_STREAM_LIST_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_OPTION_LIST_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_OPTION_LIST_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_RE_CREATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_RE_CREATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_RE_DESTROY - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_RE_DESTROY - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_SEEK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_PROCESS_SEEK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_RENDER_ALLOC_SPEAKER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_RENDER_ALLOC_SPEAKER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_RENDER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_RENDER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_RENDER_INIT_SPEAKER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_RENDER_INIT_SPEAKER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_AUDIO_RENDER_SETMUTE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_AUDIO_RENDER_SETMUTE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_IN_END - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_IN_END - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_INPUT_FILE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_INPUT_FILE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_FIND_STREAM_INFO_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_FIND_STREAM_INFO_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_INIT_MULTI_TIMES - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_INIT_MULTI_TIMES - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DEMUXER_OPEN_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DEMUXER_OPEN_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_DISPATCH_MSG_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_DISPATCH_MSG_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_MSG_QUEUE_FULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_MSG_QUEUE_FULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_INITED_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_INITED_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_PLAYING_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_PLAYING_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_PREPARED_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_PREPARED_STATE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_STATE_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_SERVICE_CHANGE_STATE_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_SERVICE_IS_ALREADY_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_SERVICE_IS_ALREADY_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_ERROR_THREAD_EXIT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_ERROR_THREAD_EXIT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_IS_SYNC_MSG - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_IS_SYNC_MSG - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_LICENSE_CHECK_MV_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_LICENSE_CHECK_PASTER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_LICENSE_CHECK_TRANSCODE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_LICENSE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_AUDIO_STREAM_DECODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_AUDIO_STREAM_DECODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_CACHE_DATA_SIZE_OVERFLOW - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_CACHE_DATA_SIZE_OVERFLOW - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_CREATE_DECODE_GOP_TASK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_CREATE_DECODE_GOP_TASK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_NO_FREE_DISK_SPACE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_NO_FREE_DISK_SPACE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_PROCESS_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_PROCESS_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_STREAM_NOT_EXISTS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_STREAM_NOT_EXISTS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_VIDEO_STREAM_DECODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_VIDEO_STREAM_DECODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MEDIA_POOL_WRONG_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MEDIA_POOL_WRONG_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_AVIO_OPEN - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_AVIO_OPEN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREAT_OUTPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREAT_OUTPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_ACTX - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_ACTX - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_VCTX - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_CREATE_VCTX - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_FIND_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_FIND_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_INPUT_PACKET - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_INPUT_PACKET - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_INVALIDATE_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_INVALIDATE_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_NEW_ALLOC_OUTPUT_CONTEXT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_NEW_ALLOC_OUTPUT_CONTEXT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_NEW_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_NEW_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_VIDEO_AUDIO_UNSET - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_VIDEO_AUDIO_UNSET - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_WRITE_HEADER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_WRITE_HEADER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_MUXER_ERROR_WRITE_TRAILER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_MUXER_ERROR_WRITE_TRAILER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_EDITORLAYOUT_INVALID_SIZE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_EDITORLAYOUT_INVALID_SIZE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_EGL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_EGL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_CONTEXT_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_CONTEXT_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_SWAP_BUFFER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_SWAP_BUFFER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_SWAP_DEFAULT_BUFFER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_GL_SWAP_DEFAULT_BUFFER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_ANIMATION - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_ANIMATION - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_DATA - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_DATA - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_OPERATION - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_OPERATION - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_OPTION - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_INVALID_OPTION - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_LAYOUT_NOT_INIT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_LAYOUT_NOT_INIT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_LOAD_LIBRARY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_LOAD_LIBRARY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_SCENE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_SCENE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_RENDER_FIRST_FRAME_PREVIEWED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_RENDER_FIRST_FRAME_PREVIEWED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_SEND_SYNC_MSG_TIME_OUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_SEND_SYNC_MSG_TIME_OUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_DECODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_DECODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_H264_PARAM_SET_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_H264_PARAM_SET_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_HEVC_PARAM_SET_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_CREATE_HEVC_PARAM_SET_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_DECODE_PACKET - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_DECODE_PACKET - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_DECODE_SPS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_DECODE_SPS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_RESOURCE_PREEMPTED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_RESOURCE_PREEMPTED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_DECODER_QUEUE_EMPTY_WARNING - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_QUEUE_FULL_WARNING - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_SPS_PPS_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_DECODER_SPS_PPS_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_CREATE_ENCODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_CREATE_ENCODER_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_ANDROID_API_LEVEL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_ANDROID_API_LEVEL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_CB - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INVALID_PTS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_INVALID_PTS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_NO_BUFFER_AVAILABLE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_NOT_ACTIVE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_NOT_ACTIVE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_NULL_INPUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_SESSION_BORKEN - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_SESSION_BORKEN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_WITHOUT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_ERROR_WITHOUT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_WIDTHOUT_MATCH_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_FRAMEWORK_VIDEO_ENCODER_WIDTHOUT_MATCH_ENCODER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_STATUS_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_COMPOSE_STATUS_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_DEMUX_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_DEMUX_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_FILE_NOT_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_FILE_NOT_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_ILLEGAL_EDITOR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_ILLEGAL_EDITOR_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_INVALID_COMPOSE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_INVALID_COMPOSE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_NATIVE_NOT_INITED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_NATIVE_NOT_INITED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_PARSE_RESOURCE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_PARSE_RESOURCE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_PAUSE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_PAUSE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_PREPARE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_PREPARE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_RESUME - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_RESUME - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SEEK - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SEEK - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SEEK_IN_OFFSET - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SEEK_IN_OFFSET - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_DISPLAY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_DISPLAY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_MODE_DISPLAY_NONE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_MODE_DISPLAY_NONE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_MODE_UNINIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SET_MODE_UNINIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_STOP - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_STOP - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_SYSTEM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_SYSTEM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_TIME_EFFECT_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_TIME_EFFECT_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_TRANSITION_DURATION_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_TRANSITION_DURATION_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EDITOR_VIEW_TYPE_NOT_SUPPORTED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EDITOR_VIEW_TYPE_NOT_SUPPORTED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EFFECT_NO_RESOURCE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EFFECT_NO_RESOURCE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EFFECT_NOT_PAY - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EFFECT_NOT_PAY - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EFFECT_USE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EFFECT_USE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_EFFECT_USE_NOT_OVERRIDE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_EFFECT_USE_NOT_OVERRIDE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_AUDIO_RECORD_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_AUDIO_RECORD_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_CAMERA_NOT_OPEN - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_CAMERA_NOT_OPEN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_CAMERA_SET_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_CAMERA_SET_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_CREATE_TEMP_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_CREATE_TEMP_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_NOT_SUPPORTED_CAMERA_TYPE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_NOT_SUPPORTED_CAMERA_TYPE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_OPEN_CAMERA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_OPEN_CAMERA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_START_PREVIEW_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_START_PREVIEW_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_IO_SWITCH_CAMERA - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_IO_SWITCH_CAMERA - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_LICENSE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_LICENSE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_ENCODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_ENCODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_ENCODER_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_ENCODER_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_PROC_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_PROC_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_PROC_SUPPORT_TWO_INPUTS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_AUDIO_PROC_SUPPORT_TWO_INPUTS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_CROP_IMAGE_FAILURE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_CROP_IMAGE_FAILURE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_DECODER_CANNOT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_DECODER_CANNOT_WORK - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_IMAGE_QUEQU_EMPTY - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_IMAGE_QUEQU_EMPTY - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_MV_PARSE_CONFIG_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_MV_PARSE_CONFIG_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_AUDIO - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_AUDIO - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_IMAGE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_IMAGE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_PIXCEL_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_PIXCEL_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_PIXEL_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_PIXEL_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_TYPE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_TYPE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_VIDEO - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_NOT_SUPPORTED_VIDEO - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_PARSE_INPUT_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_PARSE_INPUT_FILE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_PLAYER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_PLAYER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_SOUND_QUEQU_EMPTY - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_SOUND_QUEQU_EMPTY - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_ENCODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_ENCODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_ENCODER_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MEDIA_VIDEO_ENCODER_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MIX_LAYOUT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MIX_LAYOUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MIX_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MIX_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MUSIC_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MUSIC_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_MUSIC_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_MUSIC_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_OTHER_PHONE_CALL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_OTHER_PHONE_CALL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_OTHER_RESIGN_ACTIVE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_OTHER_RESIGN_ACTIVE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_OTHER_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_OTHER_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_ADD_MEDIA_SOURCE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_ADD_MEDIA_SOURCE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_AUDIO_VIDEO_DURATION_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_AUDIO_VIDEO_DURATION_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_CLIP_INDEX_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_CLIP_INDEX_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_CLIP_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_CLIP_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_CONFLICT_TIME_INTERVAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_CONFLICT_TIME_INTERVAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_FILE_NOT_EXISTS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_FILE_NOT_EXISTS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_FILTER_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_FILTER_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_GIF_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_GIF_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_IMAGE_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_IMAGE_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_IMAGE_WATERMARK_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_IMAGE_WATERMARK_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_INVALID_ARGUMENTS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_INVALID_ARGUMENTS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_INVALID_CANVAS - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_INVALID_CANVAS - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_MV_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_MV_FILE_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_NO_CLIP - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_NO_CLIP - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_OUTOUT_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_OUTOUT_PATH_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_PARAMETER - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_PARAMETER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_PATH_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_PATH_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_PICTURE_SIZE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_PICTURE_SIZE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_PROJECT_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_PROJECT_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_RESOURCE_PARSE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_RESOURCE_PARSE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_SIZE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_SIZE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PARAM_VIDEO_PATH_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PARAM_VIDEO_PATH_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PERM_NO_DEVICE_PERMISSION - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PERM_NO_DEVICE_PERMISSION - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_PERMISSION_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_PERMISSION_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_AUDIO_DATA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_AUDIO_DATA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_ENCODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_ENCODER_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_FINISH_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_FINISH_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_MAX_DURATION - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_MAX_DURATION - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_NOT_COMPLETE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_NOT_COMPLETE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_RECORDER_NOT_READY - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_RECORDER_NOT_READY - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_VIDEO_DATA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_VIDEO_DATA_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_RECORD_VIDEO_RGB_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_RECORD_VIDEO_RGB_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_DECODER_INTERNAL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_IMAGE_MATRIX_DETAIL_DATA - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_IMAGE_MATRIX_DETAIL_DATA - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_IMAGE_MATRIX_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_IMAGE_MATRIX_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_INTERNAL_LOGIC - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_INTERNAL_LOGIC - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_PREPARE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_PREPARE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_TASK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_TASK_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_THUMB_VIDEO_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_THUMB_VIDEO_STREAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRANSCODE_BACKGROUND - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRANSCODE_BACKGROUND - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRANSCODE_CROP_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRANSCODE_CROP_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRANSCODE_ILLEGAL_CROP_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRANSCODE_ILLEGAL_CROP_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRANSCODE_INIT_PARAM_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRANSCODE_INIT_PARAM_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRANSCODE_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRANSCODE_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_AUDIO_INPUTS_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_AUDIO_INPUTS_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_DUPLICATE_ADD_EFFECT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_DUPLICATE_ADD_EFFECT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_INVALID_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_INVALID_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_PLAYER_UNPREPARED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_PLAYER_UNPREPARED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_SCREENRENDER_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_SCREENRENDER_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_TRES_START_MULTI - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_TRES_START_MULTI - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_UPLOAD_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_UPLOAD_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_UPLOAD_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_UPLOAD_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_UPLOAD_VOD_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_UPLOAD_VOD_NULL - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_SVIDEO_ERROR_UPLOAD_VOD_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
ALIVC_SVIDEO_ERROR_UPLOAD_VOD_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_BLACKLIST - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_CODEC_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_CREATE_SURFACE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_DECODER_CFG_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_DECODER_INIT_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_EOS_QUEUE_IN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_FLUSH - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_FLUSH_DEQUEUE_IN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_FLUSH_INTERRUPT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_FLUSHCODEC - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_PACKET_TYPE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_SLICE_DEQUEUE_IN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_SLICE_DEQUEUE_OUT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_SLICE_QUEUE_IN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_SLICE_QUEUE_IN_INFO - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_SPS_DEQUEUE_IN - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_API18_START - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_DEC_VIDEO - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_DECODE_PACKET_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_FLUSH_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_NO_CONTEXT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_NOT_FIND_DECODER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_NOT_SUPPORT_OES - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_OPEN_CODEC - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_TYPE_INVALID - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_FFMPEG_UNKNOWN_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_CODEC_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_CREATE_BUFFER - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_CREATE_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_CREATE_SAMPLE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_DECODE_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_DECODER_CREATE - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_FETCHFRAME_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_HEVC_HW_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_HEVC_VERSION_LOW - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_INVALID_PACKET - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_INVALID_PACKET2 - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_PLATFORM_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_PLATFORM_ERROR2 - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_IOS_RESOURCE_INVALID_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
ALIVC_VDEC_ERROR_NO_VIDEO_FORMAT - 类 中的静态变量com.aliyun.querrorcode.AliyunErrorCode
 
AliyunClip - com.aliyun.svideo.sdk.external.struct.common中的类
 
AliyunClip() - 类 的构造器com.aliyun.svideo.sdk.external.struct.common.AliyunClip
 
AliyunClip(AliyunClip) - 类 的构造器com.aliyun.svideo.sdk.external.struct.common.AliyunClip
 
AliyunClip(String, TransitionBase, AliyunDisplayMode, int, int) - 类 的构造器com.aliyun.svideo.sdk.external.struct.common.AliyunClip
 
AliyunClip(String, TransitionBase, long, AliyunDisplayMode, int, int) - 类 的构造器com.aliyun.svideo.sdk.external.struct.common.AliyunClip
 
AliyunComposeFactory - com.aliyun.qupai.editor.impl中的类
Created by macpro on 2017/10/31.
AliyunComposeFactory() - 类 的构造器com.aliyun.qupai.editor.impl.AliyunComposeFactory
 
AliyunCropCreator - com.aliyun.crop中的类
 
AliyunCropCreator() - 类 的构造器com.aliyun.crop.AliyunCropCreator
 
AliyunDisplayMode - com.aliyun.svideo.sdk.external.struct.common中的枚举
视频转场模式
AliyunEditorErrorCode - com.aliyun.querrorcode中的类
已过时。
AliyunEditorErrorCode() - 类 的构造器com.aliyun.querrorcode.AliyunEditorErrorCode
已过时。
 
AliyunEditorFactory - com.aliyun.qupai.editor.impl中的类
 
AliyunEditorFactory() - 类 的构造器com.aliyun.qupai.editor.impl.AliyunEditorFactory
 
AliyunEncodeMode - com.aliyun.svideo.sdk.external.struct.common中的枚举
 
AliyunErrorCode - com.aliyun.querrorcode中的类
 
AliyunErrorCode() - 类 的构造器com.aliyun.querrorcode.AliyunErrorCode
 
AliyunIAudioRecorder - com.aliyun.recorder.supply中的接口
音频录制接口
AliyunIBaseCompose - com.aliyun.qupai.editor中的接口
单独的阿里云短视频后台合成接口,后台合成是指开发者不需要依赖编辑界面,其他页面做合成操作不必影响用户操作
AliyunICanvasController - com.aliyun.qupai.editor中的接口
 
AliyunIClipConstructor - com.aliyun.svideo.sdk.external.struct中的接口
视频源管理器,用来导入视频时添加视频源,也可以在编辑过程中通过该接口来动态更新视频源
AliyunIClipManager - com.aliyun.recorder.supply中的接口
视频录制片段管理接口
AliyunICompose - com.aliyun.qupai.editor中的接口
已过时。
AliyunICompose.AliyunIUploadCallBack - com.aliyun.qupai.editor中的接口
已过时。
AliyunIComposeCallBack - com.aliyun.qupai.editor中的接口
 
AliyunICrop - com.aliyun.crop.supply中的接口
 
AliyunIEditor - com.aliyun.qupai.editor中的接口
编辑接口,包含特效使用,视频预览
AliyunIImport - com.aliyun.qupai.import_core中的接口
用来导入视频到编辑器AliyunIEditor
AliyunImageClip - com.aliyun.svideo.sdk.external.struct.common中的类
编辑用到的图片源,该类的实例可以通过AliyunImageClip.Builder来构建获得,通过com.aliyun.qupai.import_core导入照片时需要先 创建照片源对象,添加到com.aliyun.qupai.import_core中。
AliyunImageClip.Builder - com.aliyun.svideo.sdk.external.struct.common中的类
 
AliyunIMixComposer - com.aliyun.mix中的接口
定义多个轨道,每个轨道都可以添加N股视频流,
AliyunIMixRecorder - com.aliyun.mix中的接口
 
AliyunImportCreator - com.aliyun.qupai.import_core中的类
 
AliyunImportCreator() - 类 的构造器com.aliyun.qupai.import_core.AliyunImportCreator
 
AliyunIPaint - com.aliyun.qupai.editor中的接口
Created by Administrator on 2017/6/7.
AliyunIRecorder - com.aliyun.recorder.supply中的接口
视频录制接口
AliyunISVideoPlayer - com.aliyun.svideo.player中的接口
接口调用顺序为 init -> setPlayerCallback -> setDisplay -> setSource -> 在onDataSize回调中根据view的布局setDisplaySize ->play 流控制接口的调用流程为 play对应stop stop之后需要调用play pause对应resume seek之后视频会暂停,需要调用resume之后才会继续播放
AliyunIThumbnailFetcher - com.aliyun.svideo.sdk.external.thumbnail中的接口
视频缩略图获取接口
AliyunIThumbnailFetcher.CropMode - com.aliyun.svideo.sdk.external.thumbnail中的枚举
 
AliyunIThumbnailFetcher.OnThumbnailCompletion - com.aliyun.svideo.sdk.external.thumbnail中的接口
 
AliyunIVodCompose - com.aliyun.qupai.editor中的接口
后台合成及点播上传的合并接口 不同于AliyunICompose,该接口使用点播凭证上传,如何通过点播凭证上传请参考:https://help.aliyun.com/document_detail/99889.html 如有单独合成和单独上传的需求建议使用AliyunIBaseCompose(合成)及AliyunIVodUpload(点播上传)
AliyunIVodCompose.AliyunComposeState - com.aliyun.qupai.editor中的枚举
 
AliyunIVodCompose.AliyunIVodUploadCallBack - com.aliyun.qupai.editor中的接口
 
AliyunMixComposerCreator - com.aliyun.mix中的类
 
AliyunMixComposerCreator() - 类 的构造器com.aliyun.mix.AliyunMixComposerCreator
 
AliyunMixMediaInfoParam - com.aliyun.mix中的类
 
AliyunMixMediaInfoParam.Builder - com.aliyun.mix中的类
AliyunMixMediaInfoParam builder static inner class.
AliyunMixOutputParam - com.aliyun.mix中的类
 
AliyunMixOutputParam.Builder - com.aliyun.mix中的类
AliyunMixOutputParam builder static inner class.
AliyunMixRecorderCreator - com.aliyun.mix中的类
 
AliyunMixRecorderCreator() - 类 的构造器com.aliyun.mix.AliyunMixRecorderCreator
 
AliyunMixRecorderDisplayParam - com.aliyun.mix中的类
 
AliyunMixRecorderDisplayParam.Builder - com.aliyun.mix中的类
AlivcMixRecorderDisplayParam builder static inner class.
AliyunMixStream - com.aliyun.mix中的类
 
AliyunMixStream.Builder - com.aliyun.mix中的类
AliyunMixStream builder static inner class.
AliyunMixTrack - com.aliyun.mix中的类
 
AliyunMixTrack(int, NativeMixComposer) - 类 的构造器com.aliyun.mix.AliyunMixTrack
 
AliyunMixTrackLayoutParam - com.aliyun.mix中的类
轨道布局
AliyunMixTrackLayoutParam.Builder - com.aliyun.mix中的类
AliyunMixTrackLayoutParam builder static inner class.
AliyunPasterBaseView - com.aliyun.qupai.editor中的接口
该接口是UI控制框架中对于上层贴图展示UI做的抽象,该接口需要开发者提供实现,并且将实现通过AliyunPasterController.setPasterView(AliyunPasterBaseView) 传递给短视频SDK,SDK内部会调用该实现的相关接口,确定如何渲染贴图,气泡文字,普通文字等
AliyunPasterController - com.aliyun.qupai.editor中的接口
 
AliyunPasterManager - com.aliyun.qupai.editor中的接口
主要用于创建贴图控制类,负责与底层渲染接口交互,辅助上层UI展示,要使动图正确显示, 需要在添加动图之前调用AliyunPasterManager.setDisplaySize(int, int)设置动图显示区域的大小,这个显示区域指的是 UI界面上的显示区域。
AliyunPasterRender - com.aliyun.qupai.editor中的接口
贴图底层渲染接口,添加贴图到底层渲染
AliyunRecorderCreator - com.aliyun.recorder中的类
 
AliyunRecorderCreator() - 类 的构造器com.aliyun.recorder.AliyunRecorderCreator
 
AliyunSnapVideoParam - com.aliyun.svideo.sdk.external.struct.snap中的类
 
AliyunSnapVideoParam() - 类 的构造器com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
 
AliyunSnapVideoParam.Builder - com.aliyun.svideo.sdk.external.struct.snap中的类
 
AliyunThumbnailFetcherFactory - com.aliyun.svideo.sdk.external.thumbnail中的类
 
AliyunThumbnailFetcherFactory() - 类 的构造器com.aliyun.svideo.sdk.external.thumbnail.AliyunThumbnailFetcherFactory
 
AliyunVideoClip - com.aliyun.svideo.sdk.external.struct.common中的类
编辑模块编辑视频用到的视频源,该类的实例可以通过AliyunVideoClip.Builder来构建获得,通过AliyunIImport导入视频时需要先 创建视频源对象,添加到AliyunIImport中。
AliyunVideoClip.Builder - com.aliyun.svideo.sdk.external.struct.common中的类
 
AliyunVideoParam - com.aliyun.svideo.sdk.external.struct.common中的类
合成导出视频的参数设置,该实例可通过AliyunVideoParam.Builder来创建
AliyunVideoParam() - 类 的构造器com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
 
AliyunVideoParam.Builder - com.aliyun.svideo.sdk.external.struct.common中的类
 
allClips() - 接口 中的方法com.aliyun.recorder.supply.AliyunIAudioRecorder
获取全部音频片段
animationFilterRestored(List<EffectFilter>) - 接口 中的方法com.aliyun.qupai.editor.OnAnimationFilterRestored
需要恢复的动效滤镜对象
applyAnimationFilter(EffectFilter) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
设置动效滤镜,将滤镜资源的目录填入到EffectFilter中,或者通过EffectFilter.Builder来 构建
applyAnimationFilter(EffectFilter) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置动效滤镜,将滤镜资源的目录填入到EffectBase.setPath(String)中,或者通过EffectFilter.Builder来 构建
applyBlurBackground(int, long, long, float) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
添加模糊背景
applyDub(EffectBean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用配音效果 音乐作用时间可以选择,时间设置
applyFilter(EffectFilter) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
设置滤镜效果
applyFilter(EffectBean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用滤镜效果
applyFilter(EffectFilter) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置滤镜效果
applyMusic(EffectBean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用music效果 音乐作用时间可以选择,时间设置
applyMusicMixWeight(int, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
设置音乐和视频原音的混合权重,id对应的流和主流的权重加起来是100,而其他流保持不变, 举例:同一时刻混音有三个流,分别是主流(weight:40),混音1(weight:30,id:1),混音2(weight:20,id:2),假如通过 该接口设置混音1为70,即applyMusicMixWeight(1, 70),则这个时候三个流的权重分别是主流(weight:30),混音1(weight:70), 混音2(weight:20),混音2的权重保持不变,主流的权重变成100-混音1的权重
applyMusicWeight(int, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
单独设置某一路音频音量权重(包含素材流和主流)
applyMV(EffectBean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用mv效果
applyMv(EffectBean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
已过时。
applyPaintCanvas() - 接口 中的方法com.aliyun.qupai.editor.AliyunICanvasController
设置涂鸦
applyPaintCanvas(EffectPaint) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
添加涂鸦
applySourceChange() - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
执行流改变的操作,该操作会导致编辑的视频重新播放
applyWaterMark(String, float, float, float, float) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
使用水印特效,如果需要使用文字水印,可以通过Bitmap工具把文字转成水印
audioEffect(int, AudioEffectType, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
增加音效 如果素材无音轨,该接口返回成功,但是没有效果
AudioRecordCallback - com.aliyun.recorder.supply中的接口
音频录制回调接口
avgUseTime - 类 中的变量com.aliyun.svideo.sdk.external.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 
跳过导航链接