SoundAgentDelegate
public protocol SoundAgentDelegate : AnyObject
An delegate that appllication can extend to observe SoundState changes.
-
Used to notify the observer of TTSState changes.
Declaration
Swift
func soundAgentDidChange(state: SoundState, header: Downstream.Header)Parameters
stateThe new
SoundStateof theSoundAgentheaderThe header of the originally handled directive.
View on GitHub
SoundAgentDelegate Protocol Reference