SoundAgentDataSource
public protocol SoundAgentDataSource : AnyObject
An delegate that appllication can extend to provide sound data.
-
It called when need sound
URLto play beep.Declaration
Swift
func soundAgentRequestUrl(beepName: SoundBeepName, header: Downstream.Header) -> URL?Parameters
beepNameThe beep name to play.
headerThe header of the originally handled directive.
View on GitHub
SoundAgentDataSource Protocol Reference