AudioPlayerAgent
-
The
See moreAudioPlayerAgenthandles directives for controlling audio playback.Declaration
Swift
public protocol AudioPlayerAgentProtocol : CapabilityAgentable -
An delegate that appllication can extend to register to observe
See moreAudioPlayerStatechanges.Declaration
Swift
public protocol AudioPlayerAgentDelegate : AnyObject -
Identifies the player state.
See moreDeclaration
Swift
public enum AudioPlayerStateextension AudioPlayerState: Equatable -
The DisplayPlayerAgent delegate is used to notify observers when a player template directive is received.
See moreDeclaration
Swift
public protocol AudioPlayerDisplayDelegate : AnyObject -
<#Description#>
See moreDeclaration
Swift
public struct AudioPlayerDisplayTemplate -
<#Description#>
Declaration
Swift
public enum AudioPlayerDisplayRepeat : String, Codable, CodingKey -
<#Description#>
See moreDeclaration
Swift
public struct AudioPlayerDisplayControlPayloadextension AudioPlayerDisplayControlPayload: Codable
View on GitHub
AudioPlayerAgent Reference