DorisRemoteCommandEvent
public enum DorisRemoteCommandEvent
Available events that can be sent by DorisPlayerOutputProtocol.onRemoteCommandEvent(...)
-
play button tapped
Declaration
Swift
case play -
pause button tapped
Declaration
Swift
case pause -
play-pause button tapped (headphones)
Declaration
Swift
case playPause -
stop button tapped
Declaration
Swift
case stop -
seek bakwards tapped
Declaration
Swift
case skipBackward(Double) -
seek forward tapped
Declaration
Swift
case skipForward(Double) -
prev tapped
Declaration
Swift
case previousTrack -
next tapped
Declaration
Swift
case nextTrack -
seekabar dragged
Declaration
Swift
case changePosition(Double)
DorisRemoteCommandEvent Enumeration Reference