Dimension
public struct Dimension : Codable
Dimension of the video
-
Undocumented
Declaration
Swift
public let width: Int
-
Undocumented
Declaration
Swift
public let height: Int
-
Undocumented
Declaration
Swift
public var isPortrait: Bool { get }