VKVideoStore
extension VKVideoStore
-
Declaration
Swift
public func getVideos(withTags tags: Set<String>, withMetadata metadata: [String : String], withOrder order: Bool = true, completion: @escaping VKPlaylistRequestBlock) -
Declaration
Swift
public func video(By videoID: String, completion: @escaping VKVideoRequestBlock) -
Declaration
Swift
public func remove(_ video: VKVideo, completion: @escaping (Error?) -> ()) -
Declaration
Swift
public func uploadVideo(file url: URL, withTitle title: String?, withTags tags: Set<String>?, withMetadata metadata: [String : String]?, completion: @escaping VKVideoRequestBlock)
VKVideoStore Extension Reference