VideoPreviewViewController
public class VideoPreviewViewController : PreviewViewController
Preview view controller for showing recorded video previews
-
URL which contains video file
Declaration
Swift
public let videoUrl: URL
-
Init with url to video file
Declaration
Swift
public init(videoUrl: URL)Parameters
videoUrlurl to video file
-
Undocumented
Declaration
Swift
public override func viewDidLoad()
VideoPreviewViewController Class Reference