SoundAgent

  • Sound-agent is needed to play beep sound.

    See more

    Declaration

    Swift

    public protocol SoundAgentProtocol : CapabilityAgentable
  • An delegate that appllication can extend to observe SoundState changes.

    See more

    Declaration

    Swift

    public protocol SoundAgentDelegate : AnyObject
  • An delegate that appllication can extend to provide sound data.

    See more

    Declaration

    Swift

    public protocol SoundAgentDataSource : AnyObject
  • Identifies the player state.

    See more

    Declaration

    Swift

    public enum SoundState
  • Types of beep sound.

    Declaration

    Swift

    public enum SoundBeepName : String, Codable