Audio Effect State
data class AudioEffectState(val audioChangerType: StateFlow<AudioChangerType>, val audioReverbType: StateFlow<AudioReverbType>, val isEarMonitorOpened: StateFlow<Boolean>, val earMonitorVolume: StateFlow<Int>)
Audio effect state
Constructors
Link copied to clipboard
constructor(audioChangerType: StateFlow<AudioChangerType>, audioReverbType: StateFlow<AudioReverbType>, isEarMonitorOpened: StateFlow<Boolean>, earMonitorVolume: StateFlow<Int>)