Stop

class Stop(val perform: suspend () -> Unit) : MediaPlayer.Controls.ControlType

A ControlType that allows a MediaPlayer to be stopped

Constructors

Link copied to clipboard
constructor(perform: suspend () -> Unit)

Properties

Link copied to clipboard
val perform: suspend () -> Unit

action to stop the MediaPlayer