PlayerCacheContentInfo

public class PlayerCacheContentInfo : NSObject, NSSecureCoding

Undocumented

  • Undocumented

    Declaration

    Swift

    public var contentType: String
  • Undocumented

    Declaration

    Swift

    public var byteRangeAccessSupported: Bool
  • Undocumented

    Declaration

    Swift

    public var contentLength: UInt64
  • Undocumented

    Declaration

    Swift

    public var downloadedContentLength: UInt64
  • Undocumented

    Declaration

    Swift

    public override init()
  • Undocumented

    Declaration

    Swift

    public static var supportsSecureCoding: Bool { get }
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public func encode(with coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override var debugDescription: String { get }