FTCEffectAnimInfoMsg constructor

FTCEffectAnimInfoMsg({
  1. int? type,
  2. int? duration,
  3. int? width,
  4. int? height,
  5. int? encryptLevel,
  6. FMixInfoMsg? mixInfo,
})

Implementation

FTCEffectAnimInfoMsg({
  this.type,
  this.duration,
  this.width,
  this.height,
  this.encryptLevel,
  this.mixInfo,
});