AliyunVideoBase Class Reference
Inherits from | NSObject |
---|---|
Declared in | AliyunVideoBase.h |
videoUIConfig
UI配置参数
@property (nonatomic, strong, readonly) AliyunVideoUIConfig *videoUIConfig
Discussion
UI配置参数
Declared In
AliyunVideoBase.h
delegate
回调
@property (nonatomic, weak) id<AliyunVideoBaseDelegate> delegate
Discussion
回调
Declared In
AliyunVideoBase.h
– registerWithAliyunIConfig:
设置UI配置参数
- (void)registerWithAliyunIConfig:(AliyunVideoUIConfig *)videoUIConfig
Parameters
videoUIConfig |
UI配置 |
---|
Discussion
设置UI配置参数
Declared In
AliyunVideoBase.h
– createRecordViewControllerWithRecordParam:
创建一个录制界面
- (UIViewController *)createRecordViewControllerWithRecordParam:(AliyunVideoRecordParam *)recordParam
Parameters
recordParam |
录制视频参数 |
---|
Return Value
录制界面
Discussion
创建一个录制界面
Declared In
AliyunVideoBase.h
– createPhotoViewControllerCropParam:
创建一个相册导入界面
- (UIViewController *)createPhotoViewControllerCropParam:(AliyunVideoCropParam *)cropParam
Parameters
cropParam |
裁剪视频参数 |
---|
Return Value
相册导入界面
Discussion
创建一个相册导入界面
Declared In
AliyunVideoBase.h