Pause

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

A ControlType that allows a MediaPlayer to be paused

Constructors

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

Properties

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

action to pause the MediaPlayer