AudioStripState constructor

AudioStripState({
  1. int index = 0,
  2. FairlightStripType type = FairlightStripType.audioInput,
  3. int mixOption = 0,
  4. int gain = 0,
  5. int balance = 0,
  6. bool mute = false,
  7. bool solo = false,
  8. int faderGain = 0,
  9. bool faderMute = false,
})

Implementation

AudioStripState({
  this.index = 0,
  this.type = FairlightStripType.audioInput,
  this.mixOption = 0,
  this.gain = 0,
  this.balance = 0,
  this.mute = false,
  this.solo = false,
  this.faderGain = 0,
  this.faderMute = false,
});