PlanetKitVideoResolution
@objc
@frozen
public enum PlanetKitVideoResolution : Int
extension PlanetKitVideoResolution: CustomStringConvertible
An enumeration representing the video resolutions.
-
The resolution is unknown.
Declaration
Swift
case unknown
-
The recommended resolution.
Declaration
Swift
case recommended
-
The resolution is thumbnails. The maximum resolution is 176x144.
Declaration
Swift
case thumbnail
-
The resolution is QVGA. The maximum resolution is 320x240.
Declaration
Swift
case qvga
-
The resolution is VGA. The maximum resolution is 640x480.
Declaration
Swift
case vga
-
The resolution is HD. The maximum resolution is 1280x960.
Declaration
Swift
case hd
-
Declaration
Swift
public var description: String { get }