MediaInfo

public enum MediaInfo : CustomStringConvertible, JSONRepresentable

The MediaInfo union

  • Indicate the photo/video is still under processing and metadata is not available yet.

    Declaration

    Swift

    case pending
  • The metadata for the photo/video.

    Declaration

    Swift

    case metadata(Files.MediaMetadata)
  • Declaration

    Swift

    public var description: String { get }