Playback State
class PlaybackState(isPlaybackEnabled: Boolean = true, startProgress: Float = 0.0f)
Content copied to clipboard
A state holder class that holds the state for audio playback.
Parameters
is Playback Enabled
indicates whether playback is enabled.
start Progress
indicates the initial start progress of the playback.
Constructors
Link copied to clipboard
fun PlaybackState(isPlaybackEnabled: Boolean = true, startProgress: Float = 0.0f)
Content copied to clipboard