AliyunEffectFilter

@interface AliyunEffectFilter : AliyunEffect

* A model class that defines filter effects.

  • * The start time of the filter effect.

    Reserved. Do not change.

    Declaration

    Objective-C

    @property (nonatomic) float startTime;
  • * The end time of the filter effect.

    Reserved. Do not change.

    Declaration

    Objective-C

    @property (nonatomic) float endTime;
  • * The start time of the filter effect.

    Declaration

    Objective-C

    @property (nonatomic) float streamStartTime;
  • * The end time of the filter effect.

    Declaration

    Objective-C

    @property (nonatomic) float streamEndTime;
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic,copy) NSString *paramString
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic,strong) AliyunEffectConfig* effectConfig
  • Deprecated

    deprecated

    * Internal method.

    Declaration

    Objective-C

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

    Parameters

    dict

    The initialization parameter.

    Return Value

    AliyunEffectFilter

  • Undocumented

    Declaration

    Objective-C

    -(NSString*)getFliterParamString;