VKPlaylistProtocol
public protocol VKPlaylistProtocol
-
Return video for given index
Declaration
Swift
func videoAt(_ index: Int) -> VKVideo?
-
Returns if a video at given index is available
Declaration
Swift
func hasVideoAt(_ index: Int) -> Bool
-
Clear playlist (useful for refreshing)
Declaration
Swift
func reset()