MiniAudioPlayerState

data class MiniAudioPlayerState(val showWaveModal: Boolean, val isMuted: Boolean, val autoWaveCheck: Boolean, val consLow: Boolean, val activeSounds: List<String>)

Data class representing the state of the mini audio player.

Constructors

Link copied to clipboard
constructor(showWaveModal: Boolean, isMuted: Boolean, autoWaveCheck: Boolean, consLow: Boolean, activeSounds: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard