AliyunClipAugmentationInfo
@interface AliyunClipAugmentationInfo : NSObject
API_AVAILABLE(3.25.0) 视频片段增强信息
-
API_AVAILABLE(3.25.0) 亮度值
Declaration
Objective-C
@property (nonatomic) float brightnessValue; -
API_AVAILABLE(3.25.0) 对比度值
Declaration
Objective-C
@property (nonatomic) float contrastValue; -
API_AVAILABLE(3.25.0) 饱和度值
Declaration
Objective-C
@property (nonatomic) float saturationValue; -
API_AVAILABLE(3.25.0) 锐度值
Declaration
Objective-C
@property (nonatomic) float sharpnessValue; -
API_AVAILABLE(3.25.0) 暗角值
Declaration
Objective-C
@property (nonatomic) float vignetteValue;
AliyunClipAugmentationInfo Class Reference