MediaType

enum MediaType : String, Decodable

The type of player (SwiftlyKodi Type)

  • No active player

    Declaration

    Swift

    case none
  • The audio player

    Declaration

    Swift

    case audio
  • The video player

    Declaration

    Swift

    case video
  • The picture player

    Declaration

    Swift

    case picture