VKLocalVideoCache
@objc
public class VKLocalVideoCache : NSObject
-
Declaration
Swift
@objc public static let shared: VKLocalVideoCache -
Declaration
Swift
public func resetCache() -
Declaration
Swift
public func videoLocalMediaURL(by videoID: String) -> URL? -
Declaration
Swift
public func video(by videoID: String) -> VKVideo? -
Declaration
Swift
@objc public func put(videoObject: VKVideo, fromObject: AnyObject) -
Declaration
Swift
public func videos(byTags tags: Set<String>, andMetadata metadata: [String : String]) -> [VKVideo] -
Declaration
Swift
public func resolutions(for videoID: String) -> [String] -
Declaration
Swift
public func pathsForVideoCache(for videoID: String) -> [URL] -
Declaration
Swift
public func pathForCache(videoID: String, resolution: String) -> URL -
Declaration
Swift
public func pathForMOVVideoCache(videoID: String) -> URL -
Declaration
Swift
@objc public func remove(videoID: String)
VKLocalVideoCache Class Reference