ContentDescriptorSource

public enum ContentDescriptorSource
extension ContentDescriptorSource: CustomStringConvertible

describes the details of data attached to a ContentDescriptor

  • data is an array of bytes contained in a Data object

    Declaration

    Swift

    case bytes(Data)
  • data is referenced by URL

    Declaration

    Swift

    case url(URL)

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }