KodiPlayerView
public struct KodiPlayerView : View
SwiftUI View with a player to stream a KodiItem (SwiftlyKodi Type)
- It is using the Apple
AVplayerso it only supports Apple Approved formats. - If your media is on a harddisk and it’s sleeping; the media wil sometimes not start because of a timeout. Try again and it will work.
-
The body of the View
Declaration
Swift
public var body: some View { get }
View on GitHub
KodiPlayerView Structure Reference