Observable Classes
-
The Observable Class that provides the connection with a remote host (SwiftlyKodi Type)
See moreDeclaration
Swift
public final class KodiConnector : ObservableObject
-
The Observable Class that contains all the Player information (SwiftlyKodi Type)
- The properties of the player
- The optional current item in the player
- The current audio playlist
- The current video playlist
The volume of the player
Note
Volume is part of the Application properties but it makes sense here
Declaration
Swift
public final class KodiPlayer : ObservableObject