FairplayProvider
@objc
public enum FairplayProvider : Int, CustomStringConvertible
Enum representation of the provider of the Fairplay stream
-
Any provider not enumerated
Declaration
Swift
case custom = 0
-
String representation of the enum value
Declaration
Swift
public var description: String { get }