shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.methods.utils.mini_audio_player
/
MiniAudioPlayerState
Mini
Audio
Player
State
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.
Members
Constructors
Mini
Audio
Player
State
Link copied to clipboard
constructor
(
showWaveModal
:
Boolean
,
isMuted
:
Boolean
,
autoWaveCheck
:
Boolean
,
consLow
:
Boolean
,
activeSounds
:
List
<
String
>
)
Properties
active
Sounds
Link copied to clipboard
val
activeSounds
:
List
<
String
>
auto
Wave
Check
Link copied to clipboard
val
autoWaveCheck
:
Boolean
cons
Low
Link copied to clipboard
val
consLow
:
Boolean
is
Muted
Link copied to clipboard
val
isMuted
:
Boolean
show
Wave
Modal
Link copied to clipboard
val
showWaveModal
:
Boolean