PlayerCacheWorker
public class PlayerCacheWorker : NSObject
Undocumented
-
Undocumented
Declaration
Swift
public private(set) var cacheConfiguration: PlayerCacheConfiguration { get } -
Undocumented
Declaration
Swift
public private(set) var setupError: Error? { get } -
Undocumented
Declaration
Swift
public init(url: URL) -
Undocumented
Declaration
Swift
public func cacheData(_ data: Data, for range: NSRange) throws -
Undocumented
Declaration
Swift
public func cachedDataActions(for range: NSRange) -> [PlayerCacheAction] -
Undocumented
Declaration
Swift
public func cachedData(for range: NSRange) throws -> Data? -
Undocumented
Declaration
Swift
public func setContentInfo(_ contentInfo: PlayerCacheContentInfo) throws -
Undocumented
Declaration
Swift
public func save() -
Undocumented
Declaration
Swift
public func startWritting() -
Undocumented
Declaration
Swift
public func finishWritting()
View on GitHub