FTCEffectConfigMsg constructor

FTCEffectConfigMsg({
  1. int? codecTypeValue,
  2. int? freezeFrame,
  3. int? animTypeValue,
  4. Map<Object?, Object?>? extendMapParams,
})

Implementation

FTCEffectConfigMsg({
  this.codecTypeValue,
  this.freezeFrame,
  this.animTypeValue,
  this.extendMapParams,
});