VideoPreviewViewController

public class VideoPreviewViewController : PreviewViewController

Preview view controller for showing recorded video previews

Properties

  • URL which contains video file

    Declaration

    Swift

    public let videoUrl: URL

Init

  • Init with url to video file

    Declaration

    Swift

    public init(videoUrl: URL)

    Parameters

    videoUrl

    url to video file

  • Undocumented

    Declaration

    Swift

    public override func viewDidLoad()