ThumbnailPair

public class ThumbnailPair

Pair of start times and corresponding thumbnail images

  • The start times for each thumbnail (in milliseconds)

    Declaration

    Swift

    public let startTimes: [Int32]
  • The thumbnails, keyed with their start time

    Declaration

    Swift

    public let thumbnailDictionary: [Int32 : UIImage]