AdaptationSource

public struct AdaptationSource : Codable, Hashable

A root object that stores information about an adaptation source resource.

Properties

  • The name of the adaptation source.

    Declaration

    Swift

    public let name: String
  • The description of the adaptation source.

    Declaration

    Swift

    public let description: String

Functions