prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.ui.audio
Package-level
declarations
Types
Functions
Types
Audio
Player
Interface
Link copied to clipboard
interface
AudioPlayerInterface
Speech
Synthesizer
Interface
Link copied to clipboard
interface
SpeechSynthesizerInterface
Volume
Manager
Link copied to clipboard
class
VolumeManager
(
context
:
Context
,
lifecycleOwner
:
LifecycleOwner
)
Functions
register
Volume
Change
Link copied to clipboard
inline
fun
Context
.
registerVolumeChange
(
crossinline
block
:
(
Int
)
->
Unit
)
:
BroadcastReceiver