MetadataType

public enum MetadataType : String, Codable

Enum for the possible metadata types

  • audio: the media is audio
  • drm: the media is drm
  • image: the media is an image
  • video: the media is a video
  • Declaration

    Swift

    case audio
  • drm

    Declaration

    Swift

    case drm
  • Declaration

    Swift

    case image
  • Declaration

    Swift

    case video