AliyunAudioEffect
@interface AliyunAudioEffect : AliyunJSONModel <NSCopying>
* A model class that defines sound effects.
-
* The sound effect type.
Declaration
Objective-C
@property (nonatomic) AliyunAudioEffectType type;
-
* The value of the sound effect. Valid values: [0, 100]
Declaration
Objective-C
@property (nonatomic) int weight;