AliyunEffectBlurBackground

@interface AliyunEffectBlurBackground : AliyunEffect

* A model class that defines blurred background effects.

  • * The time when the blurred background effect is applied.

    Declaration

    Objective-C

    @property (nonatomic) float streamStartTime;
  • * The time when the blurred background effect is removed.

    Declaration

    Objective-C

    @property (nonatomic) float streamEndTime;
  • * The id of the stream that the blurred background effect is applied to. Required.

    Declaration

    Objective-C

    @property (nonatomic) int targetStreamId;
  • * The blur radius.

    The higher the radius value, the more blurred the background is. Valid values: [0, 29]

    Declaration

    Objective-C

    @property (nonatomic) float blurRadius;
  • Deprecated

    deprecated

    * Internal method.

    Declaration

    Objective-C

    - (id)initWithRestore:(NSDictionary *)dict;

    Parameters

    dict

    The dict.

    Return Value

    AliyunEffectBlurBackground