prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.ui.audio
/
VolumeManager
Volume
Manager
class
VolumeManager
(
context
:
Context
,
lifecycleOwner
:
LifecycleOwner
)
Members
Constructors
Volume
Manager
Link copied to clipboard
constructor
(
context
:
Context
,
lifecycleOwner
:
LifecycleOwner
)
Properties
current
Volume
Link copied to clipboard
val
currentVolume
:
Int
volume
Link copied to clipboard
val
volume
:
StateFlow
<
Int
>
Functions
set
Volume
Link copied to clipboard
fun
setVolume
(
newVolume
:
Int
)