beep

abstract fun beep(    player: UriSourcePlayablePlayer,     soundProvider: SoundProvider,     directive: BeepDirective): Boolean

Get beep from SoundProvider and play a beep using player. Get the beep name at BeepDirective.Payload.beepName

Return

true: play beep, false: otherwise

Parameters

player

the player for beep

soundProvider

the provider for beep

directive

the directive