VideoEditPreviewController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKVideoEditPreviewController)
open class VideoEditPreviewController : MediaEditPreviewController

The VideoEditPreviewController is responsible for previewing changes to a video and displaying the video in a scrollable container.

  • The video that is being previewed.

    Declaration

    Swift

    public let video: Video
  • Loads the first frame of the video as the base image.

    Declaration

    Swift

    open override func loadBaseImage(_ completion: @escaping (UIImage?) -> Void)