MediaType

enum MediaType : String

The type of media; either an image or a file (SwiftlyKodi Type)

Note

This enum is used to convert an internal Kodi path to a full path
  • art

    An image; poster, fanart etc…

    Declaration

    Swift

    case art = "image"
  • A file, either video or audio

    Declaration

    Swift

    case file = "vfs"