AEPBlurBackgroundEffect

@interface AEPBlurBackgroundEffect : AEPEffect

背景模糊效果model类

  • 片段内部开始时间(秒)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSTimeInterval clipIn;
  • 片段内部结束时间(秒)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSTimeInterval clipOut;
  • 模糊半径

    数值越大越模糊,范围0-29

    Declaration

    Objective-C

    @property (nonatomic, readonly) float blurRadius;
  • 编辑器的背景模糊对象

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunEffectBlurBackground *editorEffect;