AEPBlurBackgroundEffect
@interface AEPBlurBackgroundEffect : AEPEffect
* A model class that defines blurred background effects.
-
* The start time on stream. (second)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval clipIn;
-
* The end time on stream. (second)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval clipOut;
-
* The blur radius.
The higher the radius value, the more blurred the background is. Valid values: [0, 29]
Declaration
Objective-C
@property (nonatomic, readonly) float blurRadius;
-
* The blur background effect for edtiro
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunEffectBlurBackground *editorEffect;