Structure
VideoHelper
struct VideoHelper
Helper methods for the videos such as get thumbnail and get # of frames in the video
Methods
generateThumbnail(videoUrl:)
static func generateThumbnail(videoUrl: URL) -> CGImage?
getNumberOfFrames(videoUrl:)
static func getNumberOfFrames(videoUrl url: URL) -> Int