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

S

setBeautyLevel(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置美颜度
setBeautyStatus(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置美颜开/关
setBitmap(Bitmap) - 类 中的方法com.aliyun.struct.effect.EffectPaint
 
setCamera(CameraType) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置摄像头类型
setCameraParam(CameraParam) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置摄像头预览参数
setCanvasInfo(CanvasInfo) - 类 中的方法com.aliyun.struct.effect.EffectPaint
 
setCropCallback(CropCallback) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
设置裁剪回调
setCropParam(CropParam) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
设置裁剪参数
setCropRect(Rect) - 类 中的方法com.aliyun.crop.struct.CropParam
设置裁剪区域
setDisplayView(GLSurfaceView) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置显示预览的GLSurfaceView
setEffectView(float, float, float, float, EffectBase) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置特效信息(位置,大小)
setEncoderInfoCallback(EncoderInfoCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置编码信息回调
setEndTime(long) - 类 中的方法com.aliyun.crop.struct.CropParam
设置裁剪的结束时间
setExposureCompensationRatio(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置曝光度比例
setExposureCompensationRatio(float) - 类 中的方法com.aliyun.struct.recorder.CameraParam
设置曝光度[0, 1]
setFaces(float[][]) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置人脸坐标数据,二维数组表示可以设置多个人脸坐标数据,每个一维数组存储一套人脸坐标, 一套人脸坐标从index0开始,按照0:左眼X坐标值,1:左眼Y坐标值,2:右眼X坐标值,3:右眼Y坐标值 4:嘴巴X坐标值,5:嘴巴Y坐标值的顺序传递,顺序不能错。
setFaceTrackInternalModelPath(String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置人脸识别模型文件夹路径 这里必须是包含模型文件的目录路径,模型文件的文件名不能修改
setFillColor(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置填充颜色,只有CropParam.mScaleMode = ScaleMode.LB时该属性才有效
setFlashType(String) - 类 中的方法com.aliyun.struct.recorder.CameraParam
设置闪光灯模式
setFocus(Point) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
已过时。
setFocus(float, float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置对焦点,仅当AliyunIRecorder.setFocusMode(int) 的参数为CameraParam.FOCUS_MODE_AUTO时有效
setFocusMode(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置聚焦模式
setFocusMode(int) - 类 中的方法com.aliyun.struct.recorder.CameraParam
设置对焦模式
setFps(int) - 类 中的方法com.aliyun.struct.recorder.MediaInfo
 
setFrameRate(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置帧率 单位:fps
setGop(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置GOP大小
setGop(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置Gop大小
setHWAutoSize(boolean) - 类 中的方法com.aliyun.crop.struct.CropParam
 
setHWAutoSize(boolean) - 类 中的方法com.aliyun.struct.recorder.MediaInfo
 
setId(int) - 类 中的方法com.aliyun.struct.effect.EffectBean
 
setInputPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
设置输出路径
setLight(FlashType) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置闪光灯模式
setMaxDuration(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIClipManager
设置最大录制时长
setMediaInfo(MediaInfo) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置录制的媒体信息 这里需要注意,如果MediaInfo.isHWAutoSize()为true(默认为true) 则在硬编模式(目前仅支持硬编)下,如果宽/高不是16的倍数,则会自动矫正为16的倍数,这样会导致设置的宽/高 与视频实际输出宽/高会有出入,表现出来的效果就是有黑边,而如果MediaInfo.isHWAutoSize()为 false,在宽/高不是16的倍数时,该方法将抛出IllegalArgumentException,需要开发者自行处理该异常。
setMediaType(MediaType) - 类 中的方法com.aliyun.crop.struct.CropParam
 
setMinDuration(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIClipManager
设置最小录制时长
setMusic(String, long, long) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置录制背景音乐
setMute(boolean) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
录制静音
setOnFaceDetectInfoListener(OnFaceDetectInfoListener) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置人脸检测信息变化的回调,当人脸检测信息发生改变时将出发 OnFaceDetectInfoListener.onFaceInfoChange(FaceDetectInfo)
setOnFrameCallback(OnFrameCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置采集帧回调,每采集一帧数据都通过该回调返回帧数据
setOnTextureIdCallback(OnTextureIdCallBack) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置纹理ID回调
setOutputHeight(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置输出高度
setOutputPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
设置视频输出路径
setOutputPath(String) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置输出文件路径
setOutputWidth(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置输出宽度
setPath(String) - 类 中的方法com.aliyun.struct.effect.EffectBase
 
setPath(String) - 类 中的方法com.aliyun.struct.effect.EffectBean
 
setPath(String) - 类 中的方法com.aliyun.struct.effect.EffectPaint
 
setPictureSize(Camera.Size) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置照片尺寸
setQuality(VideoQuality) - 类 中的方法com.aliyun.crop.struct.CropParam
设置视频质量 0:极高 1:高 2:中 3:低
setRate(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置录制速率
setRecordCallback(RecordCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置录制回调
setRecordCallBack(RecordCallback) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
setRotation(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置传感器的角度值,如果传感器不是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 !
setScaleMode(ScaleMode) - 类 中的方法com.aliyun.crop.struct.CropParam
设置裁剪模式
setStartTime(long) - 类 中的方法com.aliyun.crop.struct.CropParam
设置裁剪的开始时间
setUseGPU(boolean) - 类 中的方法com.aliyun.crop.struct.CropParam
使用GPU裁剪
setUseHW(boolean) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
 
setVideoBitrate(int) - 类 中的方法com.aliyun.crop.struct.CropParam
设置码率
setVideoBitrate(int) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置视频码率
setVideoHeight(int) - 类 中的方法com.aliyun.struct.recorder.MediaInfo
设置视频的高
setVideoPath(String) - 类 中的方法com.aliyun.crop.struct.CropParam
已过时。 
setVideoQuality(VideoQuality) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置视频质量
setVideoWidth(int) - 类 中的方法com.aliyun.struct.recorder.MediaInfo
设置视频的宽
setZoom(float) - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
设置摄像头缩放比例
setZoomRatio(float) - 类 中的方法com.aliyun.struct.recorder.CameraParam
设置摄像头缩放比例
start - 类 中的变量com.aliyun.struct.effect.EffectPaster
 
startCrop() - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
开始裁剪
startCropAudio(String, String, long, long) - 接口 中的方法com.aliyun.crop.supply.AliyunICrop
裁剪音频
startPreview() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
开启预览 注意:该方法建议在Activity.onResume()生命周期函数中调用
startRecording() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
开始录制
stopPreview() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
停止预览 注意:该方法建议在Activity.onPause()生命周期函数中调用
stopRecording() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
停止录制
switchCamera() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
切换摄像头
switchLight() - 接口 中的方法com.aliyun.recorder.supply.AliyunIRecorder
切换闪光灯
A C D E F G H I K M N O P R S T V W X Y 
跳过导航链接