AliyunVideoBaseDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | AliyunVideoBase.h |
– videoBase:recordCompeleteWithRecordViewController:videoPath:
录制完成回调
- (void)videoBase:(AliyunVideoBase *)base recordCompeleteWithRecordViewController:(UIViewController *)recordVC videoPath:(NSString *)videoPath
Parameters
base |
|
---|---|
recordVC |
录制界面VC |
videoPath |
视频保存路径 |
Discussion
录制完成回调
Declared In
AliyunVideoBase.h
– videoBaseRecordVideoExit
退出录制
- (void)videoBaseRecordVideoExit
Discussion
退出录制
Declared In
AliyunVideoBase.h
– videoBase:cutCompeleteWithCropViewController:videoPath:
裁剪完成回调
- (void)videoBase:(AliyunVideoBase *)base cutCompeleteWithCropViewController:(UIViewController *)cropVC videoPath:(NSString *)videoPath
Parameters
base |
|
---|---|
cropVC |
裁剪页VC |
videoPath |
视频保存路径 |
Discussion
裁剪完成回调
Declared In
AliyunVideoBase.h
– videoBase:cutCompeleteWithCropViewController:image:
裁剪完成回调
- (void)videoBase:(AliyunVideoBase *)base cutCompeleteWithCropViewController:(UIViewController *)cropVC image:(UIImage *)image
Parameters
base |
|
---|---|
cropVC |
裁剪页VC |
image |
图片 |
Discussion
裁剪完成回调
Declared In
AliyunVideoBase.h
– videoBasePhotoExitWithPhotoViewController:
退出相册页
- (void)videoBasePhotoExitWithPhotoViewController:(UIViewController *)photoVC
Discussion
退出相册页
Declared In
AliyunVideoBase.h
– videoBaseRecordViewShowLibrary:
录制页跳转相册页
- (AliyunVideoCropParam *)videoBaseRecordViewShowLibrary:(UIViewController *)recordVC
Parameters
recordVC |
当前录制页VC |
---|
Return Value
跳转相册页的视频配置,若返回空则沿用录制页的视频配置
Discussion
录制页跳转相册页
Declared In
AliyunVideoBase.h
– videoBasePhotoViewShowRecord:
相册页面跳转录制页
- (AliyunVideoRecordParam *)videoBasePhotoViewShowRecord:(UIViewController *)photoVC
Parameters
photoVC |
当前相册VC |
---|
Return Value
跳转视频页的视频配置,若返回空则沿用相册裁剪页的视频配置
Discussion
相册页面跳转录制页
Declared In
AliyunVideoBase.h