- saveEffectToLocal() - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
将所有特效持久化到本地文件
如果要使用AliyunICompose接口合成,必须通过该接口将特效配置持久化到本地文件中
- SCALE_CROP - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- SCALE_FILL - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- scaleMode(VideoDisplayMode) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam.Builder
-
设置视频画面裁剪模式
- scaleRate(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam.Builder
-
合成视频的缩放比例,目前仅支持AliyunICompose
- seek(long) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
seek到某个时间点
- seek(long) - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
快进
- setAnimationConfig(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
自定义动画的配置脚本,开发者可以自行配置每种动画在每一个时间刻度的具体动画值,以实现各种各样的变换速度
配置脚本的格式是采用键值对,是以分号";"为间隔的键值对列表,键就是时间刻度,值则分单值和双值,比如旋转角度这种只需要描述角度值,
则使用单值,而像位移、缩放这种,需要x,y的值,则使用双值,双值的两个值之间用逗号","间隔,键和值之间以冒号":"间隔。
- setAnimationRestoredListener(OnAnimationFilterRestored) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
- setAnimationType(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBase
-
已过时。
- setAudioSilence(boolean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置静音状态,该接口只对播放模式下有效,合成视频无法静音
- setBeautyLevel(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置美颜度
- setBeautyLevel(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置美颜度
- setBeautyLevel(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置美颜级别。
- setBeautyLevel(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置美颜级别
- setBeautyStatus(boolean) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置美颜开/关
- setBeautyStatus(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置美颜开/关
- setBeautyStatus(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置美颜开关。
- setBeautyStatus(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置美颜开关
- setBitmap(Bitmap) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaint
-
已过时。
- setBitrate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置码率
- setBlurRadius(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.BlurBackground
-
设置模糊半径 范围是[0,29]
- setCamera(CameraType) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
- setCamera(CameraType) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置开启预览时的摄像头类型。
- setCameraCaptureDataMode(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置Camera 数据回调方式
- setCameraCaptureDataMode(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置Camera 数据回调方式
- setCameraParam(CameraParam) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置摄像头预览参数
- setCameraParam(CameraParam) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置摄像头预览参数
- setCameraType(CameraType) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
获取摄像头类型。
- setCameraType(CameraType) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- setCanvasInfo(CanvasInfo) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaint
-
设置画布信息,不建议用户使用
- setClockwise(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotate
-
设置顺时针
- setClockwise(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotateBy
-
设置顺时针旋转
- setClockwise(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotateTo
-
设置是否顺时针旋转
- setCrf(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置crf
- setCrf(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置ffmpeg crf值
- setCrf(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置 crf(编码质量因子)值,默认
- setCropCallback(CropCallback) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
-
设置裁剪回调
- setCropMode(VideoDisplayMode) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置视频裁剪缩放模式。
- setCropParam(CropParam) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
-
设置裁剪参数
- setCropRect(Rect) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置裁剪区域
- setCropUseGPU(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置裁剪使用GPU
- setCropUseGPU(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置裁剪使用GPU
- setCurrentColor(int) - 接口 中的方法com.aliyun.qupai.editor.AliyunICanvasController
-
设置当前画笔颜色
- setCurrentColor(int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIPaint
-
设置当前画笔颜色
- setCurrentSize(float) - 接口 中的方法com.aliyun.qupai.editor.AliyunICanvasController
-
设置当前画笔粗细
- setCurrentSize(float) - 接口 中的方法com.aliyun.qupai.editor.AliyunIPaint
-
设置当前画笔粗细
- setDirection(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionWipe
-
设置擦出方向
- setDirection(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.TransitionTranslate
-
设置方向值
- setDisplay(Surface) - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
设置显示源
- setDisplayMode(VideoDisplayMode) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置视频展示模式
- setDisplayMode(AliyunDisplayMode) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunClip
-
设置本段的显示模式
- setDisplaySize(int, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
-
- setDisplaySize(int, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
设置贴图展示区域的大小,该设置影响贴图在视频中的位置和大小,
贴图在视频中的大小为贴图的展示大小与展示区域大小的比例换算到视频区域中,位置的计算同理
- setDisplaySize(int, int) - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
设置显示尺寸,建议和surface窗口的宽高一致
- setDisplayView(SurfaceView, SurfaceView) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置显示预览的SurfaceView
- setDisplayView(SurfaceView) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
- setDisplayView(TextureView) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
- setDisplayView(SurfaceView) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置显示预览的SurfaceView
- setDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunImageClip
-
设置持续时长
- setDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置动画时长
- setDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.BlurBackground
-
设置长度
- setDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置特效作用持续时间,目前只对音乐有效,即从开始时间点开始特效的作用时间长度
- setDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectFilter
-
设置时长 单位:ms
- setDurationPerCircle(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotate
-
设置旋转一圈的时间
- setEffect(EffectBase) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置当前特效属性
- setEffectView(float, float, float, float, EffectBase) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置特效信息(位置,大小)
- setEffectView(float, float, float, float, EffectBase) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置特效信息(位置,大小)
widthRatio和heightRatio参数需要符合素材宽高/屏幕宽高的比例
比如: 素材的宽高为200,300, 屏幕的宽高为 540,720 sw = (float)200/540, sh = (float)300/720。
- setEffectWaterMark(EffectImage) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
添加水印
- setEncoderFps(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置编码帧率,必须在[,]之间,否则将为无效的值,将使用内置默认值30。
- setEncoderInfoCallback(EncoderInfoCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置编码信息回调
- setEndTime(long) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置裁剪的结束时间
- setEndTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoClip
-
设置clip的结束时间点
- setExposureCompensationRatio(float) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置曝光度比例
- setExposureCompensationRatio(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置曝光度比例
- setExposureCompensationRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.CameraParam
-
设置曝光度[0, 1]
- setFaceDetectRotation(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置单独的人脸识别角度,如果使用本接口,请不要使用setRotation
- setFaceDetectRotation(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置单独的人脸识别角度,如果使用本接口,请不要使用setRotation
- setFaces(float[][]) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置人脸坐标点,而二维组每个元素,代表一张脸的6个特征点。
- setFaces(float[][]) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置人脸坐标点,而二维组每个元素,代表一张脸的6个特征点。
- setFaceTrackInternalMaxFaceCount(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置内置人脸识别的最大识别数,最大为3个,大于3个为3个
- setFaceTrackInternalMaxFaceCount(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置内置人脸识别的最大识别数,最大为3个,大于3个为3个
- setFaceTrackInternalModelPath(String) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置人脸识别模型文件夹路径
这里必须是包含模型文件的目录路径,模型文件的文件名不能修改
- setFaceTrackInternalModelPath(String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置人脸识别模型文件夹路径
这里必须是包含模型文件的目录路径,模型文件的文件名不能修改
- setFastEncode(boolean) - 类 中的静态方法com.duanqu.qupai.adaptive.NativeAdaptiveUtil
-
- setFillBackgroundColor(int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
- setFillColor(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
- setFilterList(String[]) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置滤镜资源路径列表。
- setFilterList(String[]) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置滤镜资源列表
- setFlashType(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.CameraParam
-
设置闪光灯模式
- setFlashType(FlashType) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置闪光灯类型。
- setFlashType(FlashType) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置闪光灯类型
- setFocus(float, float) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
- setFocus(Point) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
已过时。
- setFocus(float, float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
- setFocusMode(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置聚焦模式
- setFocusMode(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置聚焦模式
- setFocusMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.CameraParam
-
- setFps(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置录制采集帧率,必须在[,]之间,否则将为无效的值,将使用默认值 30.
- setFrameRate(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置帧率
单位:fps
- setFrameRate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置帧率
- setFrameRate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置帧率。
- setFrameRate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置帧率
- setFromAlpha(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionFade
-
设置起点的透明度
- setFromDegree(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotateTo
-
起点角度
- setFromPointX(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionTranslate
-
设置x轴起点坐标,以中心为原点
- setFromPointY(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionTranslate
-
设置y轴起点坐标,以中心为原点
- setFromScale(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionScale
-
动画起点的scale大小
- setGop(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置GOP大小
- setGop(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置Gop大小,这里的gop单位是帧数,即两个I帧之间间隔多少帧,而实际上硬编码器内部是以时间为gop单位的,即两个I帧间隔多少秒,因此
实际输出视频的Gop是用该值除以编码帧率计算而出。
- setGop(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置Gop大小,这里的gop单位是帧数,即两个I帧之间间隔多少帧,而实际上硬编码器内部是以时间为gop单位的,即两个I帧间隔多少秒,因此
实际输出视频的Gop是用该值除以编码帧率计算而出。
- setGop(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置GOP大小
- setGop(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置Gop大小,单位是帧数。
- setGop(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置Gop大小,单位是帧数
- setHeightRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaster
-
设置高的比例值
- setHWDecoderEnable(boolean) - 类 中的静态方法com.duanqu.qupai.adaptive.NativeAdaptiveUtil
-
硬解码开关,默认是打开状态,则此时在白名单内的机型都将使用硬解码,如果关闭,则所有机型(包括在白名单内的)都将使用软解码
- setHWEncoderEnable(boolean) - 类 中的静态方法com.duanqu.qupai.adaptive.NativeAdaptiveUtil
-
硬编码开关,默认是打开状态,则此时黑名单之外的机型都将使用硬编码,关闭状态,则所有机型都使用软编码
- setId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunClip
-
设置资源id,该id为本段的唯一标识符
- setId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置该帧动画的id,不需要用户调用
- setId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.BlurBackground
-
设置该效果的id,不需要用户调用
- setId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置资源ID
- setInputPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置源视频文件路径
- setIsStream(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置针对主流,如果要针对主流设置帧动画,必须调用
- setLight(FlashType) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置闪光灯模式
- setLight(FlashType) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置闪光灯模式
- setLineWidth(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.TransitionShutter
-
百叶窗叶子宽度,相对于输出窗口的宽高
- setMaxDuration(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIClipManager
-
设置最大录制时长
- setMaxDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置录制的最大时长。
- setMaxDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置录制的最大时长
- setMaxVideoDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置视频选择界面过滤视频的最大时长。
- setMaxVideoDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置视频选择界面过滤视频的最大时长
- setMediaInfo(MediaInfo) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置录制的媒体信息
- setMediaType(MediaType) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置媒体类型
- setMediaType(MediaType) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunClip
-
设置本段的媒体类型,主要由图片,视频,音频三种类型
- setMinCropDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置视频裁剪的最小时长,裁剪界面选取裁剪时间段无法比这个时长小。
- setMinCropDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置视频裁剪的最小时长,裁剪界面选取裁剪时间段无法比这个时长小
- setMinDuration(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIClipManager
-
设置最小录制时长
- setMinDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置录制的最小时长,小于这个时长视频会被丢弃。
- setMinDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置录制的最小时长,小于这个时长视频会被丢弃。
- setMinVideoDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置视频选择页面过滤视频的最小时长。
- setMinVideoDuration(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置视频选择页面过滤视频的最小时长
- setMixMediaInfo(AliyunMixMediaInfoParam, MediaInfo) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置合拍输入输出信息
- setMonitorSurfaceChange(boolean) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
- setMusic(String, long, long) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置录制背景音乐
- setMute(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
录制静音
- setMvAudioId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置mv的音频流id 不建议用户调用
- setNeedClip(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
是否多段录制。
- setNeedClip(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
是否多段录制
- setNeedRecord(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
视频选择界面是否需要"录制"的入口。
- setNeedRecord(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
视频选择界面是否需要"录制"的入口
- setOldId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置旧资源id,不建议用户使用
- setOldId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPicture
-
设置旧资源id,不建议用户使用
- setOnAudioCallback(OnAudioCallBack) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
回调pcm音频数据,音频数据的格式为单通道,16位,采样率为44.1khz,
- setOnAudioCallback(OnAudioCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
回调pcm音频数据,音频数据的格式为单通道,16位,采样率为44.1khz,
- setOnChoosePictureSizeCallBack(OnChoosePictureSizeCallBack) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置拍照分辨率回调
- setOnChoosePictureSizeCallBack(OnChoosePictureSizeCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置拍照分辨率回调
- setOnFaceDetectInfoListener(OnFaceDetectInfoListener) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
- setOnFaceDetectInfoListener(OnFaceDetectInfoListener) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
- setOnFrameCallback(OnFrameCallBack) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置采集帧回调,每采集一帧数据都通过该回调返回帧数据
- setOnFrameCallback(OnFrameCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置采集帧回调,每采集一帧数据都通过该回调返回帧数据
- setOnlyApplyUI(boolean) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置是否仅仅需要UI
- setOnPasterRestoreListener(OnPasterRestored) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterManager
-
- setOnPasterResumeAndSave(OnPasterResumeAndSave) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
设置贴图恢复和保存的回调,因为页面被系统回收后,渲染层资源已经释放,
之前添加的贴图资源也已经不存在,需要在恰当的时机保存当前已经使用的贴图资源,
贴图保存时会回调
OnPasterResumeAndSave
的onPasterSave方法
该回调的参数是贴图列表,因为sdk需要实现保存的贴图与屏幕无关,
所以使用了
PasterDescriptor
类来保存贴图到文件
- setOnTextureIdCallback(OnTextureIdCallBack) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置纹理ID回调
- setOnTextureIdCallback(OnTextureIdCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置纹理ID回调
- setOrientation(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.TransitionShutter
-
设置百叶窗翻转的方向,横向/纵向
- setOutputHeight(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置输出高度
- setOutputHeight(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置视频输出高度
- setOutputParam(AliyunMixOutputParam) - 接口 中的方法com.aliyun.mix.AliyunIMixComposer
-
- setOutputPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置视频输出路径
- setOutputPath(String) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置输出文件路径
- setOutputPath(String) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置输出路径
- setOutputPath(String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIAudioRecorder
-
设置文件输出路径
- setOutputPath(String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置输出文件路径
- setOutputWidth(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置输出宽度
- setOutputWidth(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置视频输出宽度
- setOverlapDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.TransitionBase
-
转场效果前后两段视频的重叠时间
- setPaint(Paint) - 接口 中的方法com.aliyun.qupai.editor.AliyunICanvasController
-
设置自定义paint
- setPaint(Paint) - 接口 中的方法com.aliyun.qupai.editor.AliyunIPaint
-
用户自定义设置画笔
- setParameters(int, int, AliyunIThumbnailFetcher.CropMode, VideoDisplayMode, int) - 接口 中的方法com.aliyun.svideo.sdk.external.thumbnail.AliyunIThumbnailFetcher
-
- setPasterDuration(long) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置贴图持续时长
- setPasterStartTime(long) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置贴图开始时间
- setPasterView(AliyunPasterBaseView) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置动图上层UI的实现接口
- setPath(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBase
-
设置资源本地路径
- setPath(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置资源文件路径
- setPath(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaint
-
设置图片路径
- setPictureSize(Camera.Size) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置照片尺寸
- setPictureSize(Size) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置照片尺寸
- setPlayerCallback(PlayerCallback) - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
设置播放器回调
- setProperty(String, String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
- setQuality(VideoQuality) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置视频质量
0:极高
1:高
2:中
3:低
- setRate(float) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置录制速率
- setRate(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置录制速率
- setRatioMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
- setRatioMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- setRecordCallback(RecordCallback) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
- setRecordCallback(AudioRecordCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIAudioRecorder
-
设置音频录制回调
- setRecordCallback(RecordCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置录制回调
- setRecordCallBack(RecordCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
- setRecordMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置录制模式
- setRecordMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置录制模式
- setRecordRotation(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置单独的录制视频角度,如果使用本接口,请不要使用setRotation
如果需要根据传感器角度来设置录制角度,需要加上计算
if (rotation == 90 || rotation == 270) {
rotation = (rotation + 90) % 360;
if (mAliyunCamera.getCameraInfo().facing == CameraInfo.CAMERA_FACING_BACK) {
rotation += 180;
rotation %= 360;
}
} else if (rotation == 0 || rotation == 180) {
rotation = (rotation + 270) % 360;
}
- setRecordRotation(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置单独的录制视频角度,如果使用本接口,请不要使用setRotation
如果需要根据传感器角度来设置录制角度,需要加上计算
if (rotation == 90 || rotation == 270) {
rotation = (rotation + 90) % 360;
if (mAliyunCamera.getCameraInfo().facing == CameraInfo.CAMERA_FACING_BACK) {
rotation += 180;
rotation %= 360;
}
} else if (rotation == 0 || rotation == 180) {
rotation = (rotation + 270) % 360;
}
- setRepeat(boolean) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotate
-
设置是否重复播放
- setResId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBase
-
已过时。
- setResolutionMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
- setResolutionMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- setResulutionMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
- setRevert(boolean) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterController
-
设置是否用于回退效果
- setRotateDegree(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotateBy
-
设置旋转角度
- setRotateToDegree(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionRotateTo
-
终点角度
- setRotation(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置传感器的角度值,如果传感器不是0,90,180,270四个值中的,需要根据范围来确定
private int getSensorRotation() {
int orientation = orientationDetector.getOrientation();
int rotation = 90;
if (orientation >= 45 && orientation < 135) {
rotation = 180;
}
if (orientation >= 135 && orientation < 225) {
rotation = 270;
}
if (orientation >= 225 && orientation < 315) {
rotation = 0;
}
if (mCameraType == CameraType.FRONT) {
if (rotation !
- setRotation(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置传感器的角度值,如果传感器返回的角度值不是0,90,180,270四个值中的,需要根据范围来确定
Sets the rotation angle of the gyro sensor.
- setRotation(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoClip
-
设置clip的角度值
- setScaleMode(VideoDisplayMode) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置裁剪模式
- setScaleMode(VideoDisplayMode) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置显示模式
- setScaleMode(VideoDisplayMode) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置视频裁剪缩放模式
- setScaleRate(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置缩放比
- setShutterSound(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置拍照时是否存在咔嚓声
- setSortMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
- setSortMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置媒体文件选择界面的过滤模式
- setSource(String) - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
设置资源路径
- setSource(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunClip
-
设置本段的文件地址
- setStartTime(long) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置裁剪的开始时间
- setStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoClip
-
设置clip的开始时间点
- setStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置动画的开始时间,
- setStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.BlurBackground
-
设置开始时间
- setStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置特效作用的开始时间点,目前只对音乐有效,开始时间是指音乐在视频播放时间轴上开始播放的时间点
- setStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectFilter
-
设置开始时间
- setStreamDuration(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置在特效流上的时长
- setStreamId(int) - 类 中的方法com.aliyun.mix.AliyunMixStream
-
- setStreamId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.BlurBackground
-
设置该效果作用的流id,流id为clip的id值
- setStreamStartTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置在特效流上的开始时间
- setTakePicturePreview(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置拍照后是否继续预览
- setTargetId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置动画作用目标ID,目标可能是某个流,也可能是某个素材,比如贴纸,字幕等等。
- setToAlpha(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionFade
-
设置终点的透明度
- setToPointX(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionTranslate
-
设置x轴结束坐标,以中心为原点
- setToPointY(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionTranslate
-
设置y轴的结束坐标,以中心为原点
- setToScale(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionScale
-
动画终点的scale大小
- setTrack(AliyunMixTrack) - 类 中的方法com.aliyun.mix.AliyunMixStream
-
- setTransition(Map<Integer, TransitionBase>) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置视频过渡动画时间长度,接口说明:指定视频索引添加过渡时长,当索引为0时为第一段视频添加过渡时长,
此时过渡动画将从第一段的开头起算,只在第一段视频开头起作用,不会影响其他视频段。
- setTransition(int, TransitionBase) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置视频过渡动画时间长度,接口说明:指定视频索引添加过渡时长,当索引为0时为第一段视频添加过渡时长,
此时过渡动画将从第一段的开头起算,只在第一段视频开头起作用,不会影响其他视频段。
- setTransition(TransitionBase) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunClip
-
设置本段的转场类型
- setType(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionBase
-
设置帧动画类型
- setUploadRetryAndTimeout(int, int, int) - 接口 中的方法com.aliyun.qupai.editor.AliyunICompose
-
已过时。
设置上传重试信息
- setUseGPU(boolean) - 类 中的方法com.aliyun.crop.struct.CropParam
-
已过时。
- setUseHW(boolean) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
-
打开或者关闭硬解码,默认打开
- setVideoBitrate(int) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置码率 单位:kbps
- setVideoBitrate(int) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
视频码率,有效的码率值必须在[200, 20000]之间,即最小是200Kbps,最大是20Mbps 单位:kbps,如果超过当前分辨率的使用码率值,有的编码器
不会无限增加码率,比如720P的码率值4M应该就足够使用了,可能会出现设置10M码率,输出的视频码率依然只有4M左右,具体根据不同编码器行为而定。
- setVideoBitrate(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
视频码率,有效的码率值必须在[200, 20000]之间,即最小是200Kbps,最大是20Mbps 单位:kbps,如果超过当前分辨率的使用码率值,有的编码器
不会无限增加码率,比如720P的码率值4M应该就足够使用了,可能会出现设置10M码率,输出的视频码率依然只有4M左右,具体根据不同编码器行为而定。
- setVideoBitrate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置bitrate大小,单位是kps
- setVideoBitrate(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置bitrate大小,单位是kps
- setVideoCodec(VideoCodecs) - 类 中的方法com.aliyun.crop.struct.CropParam
-
设置编码器
- setVideoCodec(VideoCodecs) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置编码格式
- setVideoCodec(VideoCodecs) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置编码器类型
- setVideoCodec(VideoCodecs) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置编码方式
- setVideoCodec(VideoCodecs) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置编码方式
- setVideoFlipH(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置输出视频是否竖直方向镜像(仅对输出视频有效,预览不改变)
- setVideoHeight(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置视频的高
- setVideoParam(AliyunVideoParam) - 接口 中的方法com.aliyun.qupai.import_core.AliyunIImport
-
设置输出视频参数(帧率、码率、输出分辨率、质量等级、视频画面模式、编码器类型)
- setVideoPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
-
已过时。
- setVideoQuality(VideoQuality) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置视频质量,该接口影响的是生成视频的码率
- setVideoQuality(VideoQuality) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置视频质量,该接口影响的是生成视频的码率
- setVideoQuality(VideoQuality) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoParam
-
设置视频质量
- setVideoQuality(VideoQuality) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
设置输出视频质量。
- setVideoQuality(VideoQuality) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
设置输出视频质量
- setVideoWidth(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.MediaInfo
-
设置视频的宽
- setVideQuality(VideoQuality) - 类 中的方法com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam.Builder
-
- setViewId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBase
-
设置效果id
- setViewId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaint
-
设置资源id,不建议用户调用
- setViewId(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPicture
-
设置资源id,不建议用户调用
- setVolume(int) - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
设置音量
- setWeight(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectBean
-
设置权重,混音权重
- setWidthRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaster
-
设置宽的比例值
- setWipeMode(int) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.ActionWipe
-
设置擦除模式
- setXRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaster
-
设置x坐标的比例值
- setYRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectPaster
-
设置y坐标的比例值
- setZoom(float) - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
设置摄像头缩放比例
- setZoom(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
设置摄像头缩放比例
- setZoomRatio(float) - 类 中的方法com.aliyun.svideo.sdk.external.struct.recorder.CameraParam
-
设置摄像头缩放比例
- showCaptionPaster(Bitmap, EffectCaption) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
- showCaptionPaster(BitmapGenerator, EffectCaption) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
显示字幕贴图
- showPaster(EffectPaster) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
显示贴图,基本效果如同调用了removePaster()和addEffectPaster()
- showTextPaster(Bitmap, EffectText) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
显示文字贴图
- showTextPaster(BitmapGenerator, EffectText) - 接口 中的方法com.aliyun.qupai.editor.AliyunPasterRender
-
显示文字贴图
- SORT_MODE - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
- SORT_MODE_MERGE - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
照片和视频混合显示
- SORT_MODE_PHOTO - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
只显示照片
- SORT_MODE_VIDEO - 类 中的静态变量com.aliyun.svideo.sdk.external.struct.snap.AliyunSnapVideoParam
-
只显示视频
- source(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunImageClip.Builder
-
设置照片源
- source(String) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoClip.Builder
-
设置视频源
- start(AliyunMixCallback) - 接口 中的方法com.aliyun.mix.AliyunIMixComposer
-
开始合成
- start - 类 中的变量com.aliyun.svideo.sdk.external.struct.effect.EffectPaster
-
指定的需播放的动图的开始时间
- start - 类 中的变量com.aliyun.svideo.sdk.external.struct.effect.EffectPicture
-
图片的开始时间
- startCrop() - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
-
开始裁剪
- startCropAudio(String, String, long, long) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
-
裁剪音频
- startPreview() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
开启预览
注意:该方法建议在Activity.onResume()
生命周期函数中调用
- startPreview() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
开启预览
注意:该方法建议在Activity.onResume()
生命周期函数中调用
- startPreviewAfterTakePicture() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
默认情况时,拍照结束会自动启动预览,故默认情况下用户不必调用 startPreviewAfterTakePicture;
若拍照结束后不自启预览时,用户需要手动调用 startPreviewAfterTakePicture 来启动预览.
- startRecord() - 接口 中的方法com.aliyun.recorder.supply.AliyunIAudioRecorder
-
开始录制
- startRecording() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
开始录制
- startRecording() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
开始录制
- startTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.common.AliyunVideoClip.Builder
-
设置开始时间
- startTime(long) - 类 中的方法com.aliyun.svideo.sdk.external.struct.effect.EffectFilter.Builder
-
设置滤镜效果的开始时间
- stop() - 接口 中的方法com.aliyun.qupai.editor.AliyunIEditor
-
停止播放
- stop() - 接口 中的方法com.aliyun.svideo.player.AliyunISVideoPlayer
-
停止播放
- stopPreview() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
停止预览
注意:该方法建议在Activity.onPause()
生命周期函数中调用
- stopPreview() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
停止预览
注意:该方法建议在Activity.onPause()
生命周期函数中调用
- stopRecord() - 接口 中的方法com.aliyun.recorder.supply.AliyunIAudioRecorder
-
停止录制
- stopRecording() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
停止录制
- stopRecording() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
停止录制
- streamEndTimeMills(long) - 类 中的方法com.aliyun.mix.AliyunMixMediaInfoParam.Builder
-
Sets the mStreamEndTimeMills
and returns a reference to this Builder so that the methods can be chained together.
- streamEndTimeMills(long) - 类 中的方法com.aliyun.mix.AliyunMixStream.Builder
-
Sets the mStreamEndTimeMills
and returns a reference to this Builder so that the methods can be chained together.
- streamStartTimeMills(long) - 类 中的方法com.aliyun.mix.AliyunMixMediaInfoParam.Builder
-
Sets the mStreamStartTimeMills
and returns a reference to this Builder so that the methods can be chained together.
- streamStartTimeMills(long) - 类 中的方法com.aliyun.mix.AliyunMixStream.Builder
-
Sets the mStreamStartTimeMills
and returns a reference to this Builder so that the methods can be chained together.
- SVIDEO_EDITOR_ERROR_START - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_FILE_NOT_EXIST - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_INIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_INVALID_PARAM - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_INVALID_STATE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_NATIVE_NOT_INITED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_PARSE_RESOURCE_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_PAUSE_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_PREPARE_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_RESUME_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_SEEK_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_SEEK_IN_OFFSET - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_SET_DISPLAY_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_SET_MODE_DISPLAY_NONE - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_SET_MODE_UNINIT_FAILED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_START_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_STOP_ERROR - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_TIME_EFFECT_NOT_SUPPORT - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- SVIDEO_EDITOR_VIEW_TYPE_NOT_SUPPORTED - 类 中的静态变量com.aliyun.querrorcode.AliyunEditorErrorCode
-
已过时。
- swap(int, int) - 接口 中的方法com.aliyun.svideo.sdk.external.struct.AliyunIClipConstructor
-
传入要交换顺序的两个视频源的索引,更换顺序
- switchCamera() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
切换摄像头
- switchCamera() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
切换摄像头
- switchLight() - 接口 中的方法com.aliyun.mix.AliyunIMixRecorder
-
切换闪光灯
- switchLight() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
-
切换闪光灯