MediaMetadata
public class MediaMetadata : CustomStringConvertible, JSONRepresentable
Metadata for a photo or video.
-
Dimension of the photo/video.
Declaration
Swift
public let dimensions: Files.Dimensions?
-
The GPS coordinate of the photo/video.
Declaration
Swift
public let location: Files.GpsCoordinates?
-
The timestamp when the photo/video is taken.
Declaration
Swift
public let timeTaken: Date?
-
Declaration
Swift
public var description: String { get }