AEPAudioEffect
@interface AEPAudioEffect : AEPEffect
* The effect for sound
-
* The sound effect type.
Declaration
Objective-C
@property (nonatomic, readonly) AliyunAudioEffectType effectType;
-
* The value of the sound effect. Valid values: [0, 100]
Declaration
Objective-C
@property (nonatomic, readonly) int effectParam;
-
* The audio obj for editor
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunAudioEffect *editorEffect;