AudioStripState constructor
AudioStripState({})
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,
});