AdaptationSource
public struct AdaptationSource : Codable, Hashable
A root object that stores information about an adaptation source resource.
-
The name of the adaptation source.
Declaration
Swift
public let name: String
-
The description of the adaptation source.
Declaration
Swift
public let description: String
-
Declaration
Swift
public static func == (lhs: AdaptationSource, rhs: AdaptationSource) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)