RSDSoundPlayer
public protocol RSDSoundPlayer
RSDSoundPlayer is a protocol for playing sounds intended to give the user UI feedback during
the running of a task.
-
Play the given sound.
Declaration
Swift
func playSound(_ sound: RSDSound)Parameters
soundThe system sound to play.
View on GitHub
RSDSoundPlayer Protocol Reference