AliyunEffectMV

@interface AliyunEffectMV : AliyunEffect

* A model class that defines MV effects.

  • * The start time of the effect.

    Declaration

    Objective-C

    @property (nonatomic) float startTime;
  • * The duration of the effect.

    Declaration

    Objective-C

    @property (nonatomic) float duration;
  • * The id of the audio stream in the MV effect.

    Declaration

    Objective-C

    @property (nonatomic) int audioEffectVid;
  • * Whether to disable the audio stream in the MV effect.

    Declaration

    Objective-C

    @property (nonatomic) int disableAudio;
  • * The volume of the MV effect.

    Valid values: [0, 100]

    Declaration

    Objective-C

    @property (nonatomic) int audioMixWeight;
  • * The denoise of the music.

    Valid values: [0, 100], closed if 0

    Declaration

    Objective-C

    @property (nonatomic) int audioDenoiseWeight;
  • Deprecated

    use audioDenoiseWeight

    * Whether to denoise the MV effect.

    Deprecated. Replaced by AliyunAudioEffect.

    Declaration

    Objective-C

    @property (nonatomic) BOOL denoise;
  • * The sound effects.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSMutableArray<AliyunAudioEffect *> *audioEffects;
  • * API_AVAILABLE(3.20.0) The fade in model.

    Declaration

    Objective-C

    @property (nonatomic, strong) AliyunAudioFade *fadeIn;
  • * API_AVAILABLE(3.20.0) The fade out model.

    Declaration

    Objective-C

    @property (nonatomic, strong) AliyunAudioFade *fadeOut;