Structure
SwiftUIVideoView
public struct SwiftUIVideoView: NativeViewRepresentable
Relationships
Conforms To
NativeViewRepresentable
Nested Type Aliases
Initializers
init(_:isRendering:layoutMode:debug:)
public init(_ videoTrack: Binding<VideoTrack?> = .constant(nil),
isRendering: Binding<Bool> = .constant(false),
layoutMode: VideoView.LayoutMode = .fill, debug: Bool = false)
Methods
makeView(context:)
public func makeView(context: Context) -> VideoView
updateView(_:context:)
public func updateView(_ videoView: VideoView, context: Context)
dismantleView(_:coordinator:)
public static func dismantleView(_ videoView: VideoView, coordinator: ())