VideoPreviewView

@MainActor
public struct VideoPreviewView : UIViewControllerRepresentable

SwiftUI wrapper for the reference UI captured video preview view controller.

  • Creates a preview view.

    Declaration

    Swift

    @MainActor
    public init(video: URL, snapchatDelegate: SnapchatDelegate?)

    Parameters

    video

    the url for the recorded video to show

    snapchatDelegate

    the Snapchat delegate

  • Declaration

    Swift

    @MainActor
    public func makeUIViewController(context: Context) -> some UIViewController
  • Declaration

    Swift

    @MainActor
    public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context)