AEPBlurBackgroundEffect
@interface AEPBlurBackgroundEffect : AEPEffect背景模糊效果model类
- 
                  
                  片段内部开始时间(秒) DeclarationObjective-C @property (nonatomic, readonly) NSTimeInterval clipIn;
- 
                  
                  片段内部结束时间(秒) DeclarationObjective-C @property (nonatomic, readonly) NSTimeInterval clipOut;
- 
                  
                  模糊半径 数值越大越模糊,范围0-29 DeclarationObjective-C @property (nonatomic, readonly) float blurRadius;
- 
                  
                  编辑器的背景模糊对象 DeclarationObjective-C @property (nonatomic, strong, readonly) AliyunEffectBlurBackground *editorEffect;
 AEPBlurBackgroundEffect Class Reference
        AEPBlurBackgroundEffect Class Reference