PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.client.config
/
ClientConfig
/
Voice
/
Volumes
Volumes
interface
Volumes
Members
Functions
get
Mute
Link copied to clipboard
abstract
fun
getMute
(
lineName
:
String
)
:
BooleanConfigEntry
get
Volume
Link copied to clipboard
abstract
fun
getVolume
(
lineName
:
String
)
:
DoubleConfigEntry
has
Volume
Link copied to clipboard
abstract
fun
hasVolume
(
lineName
:
String
)
:
Boolean
set
Mute
Link copied to clipboard
abstract
fun
setMute
(
lineName
:
String
,
muted
:
Boolean
)
set
Volume
Link copied to clipboard
abstract
fun
setVolume
(
lineName
:
String
,
volume
:
Double
)